#8CE055

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

Shades of Mantis #8CE055

Tints of Mantis #8CE055

Color information

#8CE055 (or 0x8CE055) is unknown color: approx Mantis. HEX triplet: 8C, E0 and 55. RGB value is (140,224,85). Sum of RGB (Red+Green+Blue) = 140+224+85=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #8CE055 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE055 is #731FAA. Grayscale: #B7B7B7. Windows color (decimal): -7544747 or 5628044. OLE color: 5628044.

HSL color Cylindrical-coordinate representation of color #8CE055: hue angle of 96.26º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8CE055 is Cyan = 0.38, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB14022485-
CMYK0.3800.620.12
HSL96.26º69.15%60.59%-
HSV(B)96.26º62.05%87.84%-
XYZ39.1159.5418.03-
YUV183.0472.6797.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.18%
GREEN value IS 224 (87.89% from 255) = 49.89%
BLUE value IS 85 (33.59% from 255) = 18.93%
R=31.18%
G=49.89%
B=18.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal140224850.3800.620.1296.2669.1560.59
Hex8CE0552603EC60453d
Octal214340125460761414010575
Binary100011001110000010101011001100111110110011000001000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,224,85); }

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

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

 a { background-color: rgb(140,224,85); }

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

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

 span { border-color: rgb(140,224,85); }

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