#8CD66C

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

Shades of Mantis #8CD66C

Tints of Mantis #8CD66C

Color information

#8CD66C (or 0x8CD66C) is unknown color: approx Mantis. HEX triplet: 8C, D6 and 6C. RGB value is (140,214,108). Sum of RGB (Red+Green+Blue) = 140+214+108=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 214 (83.98% from 255 or 46.32% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 214 - color contains mainly: green. Hex color #8CD66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD66C is #732993. Grayscale: #B4B4B4. Windows color (decimal): -7547284 or 7132812. OLE color: 7132812.

HSL color Cylindrical-coordinate representation of color #8CD66C: hue angle of 101.89º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CD66C is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB140214108-
CMYK0.3500.500.16
HSL101.89º56.38%63.14%-
HSV(B)101.89º49.53%83.92%-
XYZ37.5754.7522.78-
YUV179.7987.4899.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.30%
GREEN value IS 214 (83.98% from 255) = 46.32%
BLUE value IS 108 (42.58% from 255) = 23.38%
R=30.30%
G=46.32%
B=23.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1402141080.3500.500.16101.8956.3863.14
Hex8CD66C230321066383f
Octal21432615443062201467077
Binary100011001101011011011001000110110010100001100110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD66C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,214,108); }

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

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

 a { background-color: rgb(140,214,108); }

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

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

 span { border-color: rgb(140,214,108); }

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