Html Css Color HEX #8EE064 Mantis

📋 copy color: '#8EE064'

red 142 ◦ green 224 ◦ blue 100

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

Shades of Mantis #8EE064

Tints of Mantis #8EE064

RGB

 RED value IS 142 (55.86% from 255) = 30.47%

 GREEN value IS 224 (87.89% from 255) = 48.07%

 BLUE value IS 100 (39.45% from 255) = 21.46%

R = 30.47%
G = 48.07%
B = 21.46%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#8EE064 (or 0x8EE064) is known color: Mantis. HEX triplet: 8E, E0 and 64. RGB value is (142,224,100). Sum of RGB (Red+Green+Blue) = 142+224+100=466 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.47% from 466); Green value is 224 (87.89% from 255 or 48.07% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 224 - color contains mainly: green. Hex color #8EE064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EE064 is #711F9B. Grayscale: #B9B9B9. Windows color (decimal): -7413660 or 6611086. OLE color: 6611086.

HSL color Cylindrical-coordinate representation of color #8EE064: hue angle of 99.68º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8EE064 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 142 224 100 -
CMYK 0.37 0 0.55 0.12
HSL 99.68º 0.67% 0.64% -
HSV(B) 99.68º 0.55% 0.88% -
XYZ 40.11 59.98 21.52 -
YUV 185.35 79.83 97.08 -
System Red Green Blue C M Y K H S L
Decimal 142 224 100 0.37 0 0.55 0.12 99.68 0.67 0.64
Hex 8E E0 64 25 0 37 C 64 43 40
Octal 216 340 144 45 0 67 14 144 103 100
Binary 10001110 11100000 1100100 100101 0 110111 1100 1100100 1000011 1000000

Color Harmonies of #8EE064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EE064

Black with #8EE064

Text Example


Text Example

White with #8EE064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,224,100); }

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

background-color css

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

 a { background-color: rgb(142,224,100); }

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

border-color css

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

 span { border-color: rgb(142,224,100); }

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