Html Css Color HEX #8CEA55 Mantis

📋 copy color: '#8CEA55'

red 140 ◦ green 234 ◦ blue 85

#8CEA55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #8CEA55

Tints of Mantis #8CEA55

RGB

 RED value IS 140 (55.08% from 255) = 30.5%

 GREEN value IS 234 (91.8% from 255) = 50.98%

 BLUE value IS 85 (33.59% from 255) = 18.52%

R = 30.5%
G = 50.98%
B = 18.52%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#8CEA55 (or 0x8CEA55) is known color: Mantis. HEX triplet: 8C, EA and 55. RGB value is (140,234,85). Sum of RGB (Red+Green+Blue) = 140+234+85=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 234 (91.80% from 255 or 50.98% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEA55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CEA55 is #7315AA. Grayscale: #BDBDBD. Windows color (decimal): -7542187 or 5630604. OLE color: 5630604.

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

Color convert

RGB 140 234 85 -
CMYK 0.40 0 0.64 0.08
HSL 97.85º 0.78% 0.63% -
HSV(B) 97.85º 0.64% 0.92% -
XYZ 41.88 65.08 18.95 -
YUV 188.91 69.36 93.12 -
System Red Green Blue C M Y K H S L
Decimal 140 234 85 0.40 0 0.64 0.08 97.85 0.78 0.63
Hex 8C EA 55 28 0 40 8 62 4E 3F
Octal 214 352 125 50 0 100 10 142 116 77
Binary 10001100 11101010 1010101 101000 0 1000000 1000 1100010 1001110 111111

Color Harmonies of #8CEA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CEA55

Black with #8CEA55

Text Example


Text Example

White with #8CEA55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8CEA55;
 }
 .AnyTagClassName
 {
   color: #8CEA55;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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