#95D164

Color #95D164 Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #95D164

Tints of Mantis #95D164

Color information

#95D164 (or 0x95D164) is unknown color: approx Mantis. HEX triplet: 95, D1 and 64. RGB value is (149,209,100). Sum of RGB (Red+Green+Blue) = 149+209+100=458 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.53% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 209 - color contains mainly: green. Hex color #95D164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95D164 is #6A2E9B. Grayscale: #B3B3B3. Windows color (decimal): -6958748 or 6607253. OLE color: 6607253.

HSL color Cylindrical-coordinate representation of color #95D164: hue angle of 93.03º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95D164 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB149209100-
CMYK0.2900.520.18
HSL93.03º54.23%60.59%-
HSV(B)93.03º52.15%81.96%-
XYZ37.552.9120.29-
YUV178.6383.62106.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 32.53%
GREEN value IS 209 (82.03% from 255) = 45.63%
BLUE value IS 100 (39.45% from 255) = 21.83%
R=32.53%
G=45.63%
B=21.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1492091000.2900.520.1893.0354.2360.59
Hex95D1641D034125d363d
Octal22532114435064221356675
Binary10010101110100011100100111010110100100101011101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95D164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95D164; }

 p { color: rgb(149,209,100); }

 H1.HeaderClassName
 {
   color: #95D164;
 }
 .AnyTagClassName
 {
   color: #95D164;
 }
</style>
background-color css

<style>
 a { background-color: #95D164; }

 a { background-color: rgb(149,209,100); }

 div.DivClassName
 {
   background-color: #95D164;
 }
 .BgClassName
 {
   background-color: #95D164;
 }
</style>
border-color css

<style>
 span { border-color: #95D164; }

 span { border-color: rgb(149,209,100); }

 td.TdClassName
 {
   border-color: #95D164;
 }
 .TagClassName
 {
   border-color: #95D164;
 }
</style>