#8DCB66

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

Shades of Mantis #8DCB66

Tints of Mantis #8DCB66

Color information

#8DCB66 (or 0x8DCB66) is unknown color: approx Mantis. HEX triplet: 8D, CB and 66. RGB value is (141,203,102). Sum of RGB (Red+Green+Blue) = 141+203+102=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #8DCB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DCB66 is #723499. Grayscale: #ADADAD. Windows color (decimal): -7484570 or 6736781. OLE color: 6736781.

HSL color Cylindrical-coordinate representation of color #8DCB66: hue angle of 96.83º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8DCB66 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB141203102-
CMYK0.3100.500.20
HSL96.83º49.27%59.8%-
HSV(B)96.83º49.75%79.61%-
XYZ34.7449.3320.26-
YUV172.9587.96105.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.61%
GREEN value IS 203 (79.69% from 255) = 45.52%
BLUE value IS 102 (40.23% from 255) = 22.87%
R=31.61%
G=45.52%
B=22.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1412031020.3100.500.2096.8349.2759.8
Hex8DCB661F0321461313c
Octal21531314637062241416174
Binary10001101110010111100110111110110010101001100001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DCB66; }

 p { color: rgb(141,203,102); }

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

<style>
 a { background-color: #8DCB66; }

 a { background-color: rgb(141,203,102); }

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

<style>
 span { border-color: #8DCB66; }

 span { border-color: rgb(141,203,102); }

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