#8CD04E

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

Shades of Mantis #8CD04E

Tints of Mantis #8CD04E

Color information

#8CD04E (or 0x8CD04E) is unknown color: approx Mantis. HEX triplet: 8C, D0 and 4E. RGB value is (140,208,78). Sum of RGB (Red+Green+Blue) = 140+208+78=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 208 (81.64% from 255 or 48.83% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD04E is #732FB1. Grayscale: #ADADAD. Windows color (decimal): -7548850 or 5165196. OLE color: 5165196.

HSL color Cylindrical-coordinate representation of color #8CD04E: hue angle of 91.38º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CD04E is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB14020878-
CMYK0.3300.620.18
HSL91.38º58.04%56.08%-
HSV(B)91.38º62.5%81.57%-
XYZ34.7551.2415.27-
YUV172.8574.47104.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.86%
GREEN value IS 208 (81.64% from 255) = 48.83%
BLUE value IS 78 (30.86% from 255) = 18.31%
R=32.86%
G=48.83%
B=18.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal140208780.3300.620.1891.3858.0456.08
Hex8CD04E2103E125b3a38
Octal21432011641076221337270
Binary100011001101000010011101000010111110100101011011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,208,78); }

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

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

 a { background-color: rgb(140,208,78); }

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

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

 span { border-color: rgb(140,208,78); }

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