#8CEA5F

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

Shades of Mantis #8CEA5F

Tints of Mantis #8CEA5F

Color information

#8CEA5F (or 0x8CEA5F) is unknown color: approx Mantis. HEX triplet: 8C, EA and 5F. RGB value is (140,234,95). Sum of RGB (Red+Green+Blue) = 140+234+95=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 234 (91.80% from 255 or 49.89% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEA5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CEA5F is #7315A0. Grayscale: #BEBEBE. Windows color (decimal): -7542177 or 6285964. OLE color: 6285964.

HSL color Cylindrical-coordinate representation of color #8CEA5F: hue angle of 100.58º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8CEA5F is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB14023495-
CMYK0.4000.590.08
HSL100.58º76.8%64.51%-
HSV(B)100.58º59.4%91.76%-
XYZ42.365.2521.19-
YUV190.0574.3692.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.85%
GREEN value IS 234 (91.80% from 255) = 49.89%
BLUE value IS 95 (37.5% from 255) = 20.26%
R=29.85%
G=49.89%
B=20.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal140234950.4000.590.08100.5876.864.51
Hex8CEA5F2803B8654d41
Octal2143521375007310145115101
Binary1000110011101010101111110100001110111000110010110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,234,95); }

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

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

 a { background-color: rgb(140,234,95); }

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

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

 span { border-color: rgb(140,234,95); }

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