Html Css Color HEX #8ED064 Mantis

📋 copy color: '#8ED064'

red 142 ◦ green 208 ◦ blue 100

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

Shades of Mantis #8ED064

Tints of Mantis #8ED064

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.22%

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

R = 31.56%
G = 46.22%
B = 22.22%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#8ED064 (or 0x8ED064) is known color: Mantis. HEX triplet: 8E, D0 and 64. RGB value is (142,208,100). Sum of RGB (Red+Green+Blue) = 142+208+100=450 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.56% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 208 - color contains mainly: green. Hex color #8ED064 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ED064 is #712F9B. Grayscale: #B0B0B0. Windows color (decimal): -7417756 or 6606990. OLE color: 6606990.

HSL color Cylindrical-coordinate representation of color #8ED064: hue angle of 96.67º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8ED064 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 142 208 100 -
CMYK 0.32 0 0.52 0.18
HSL 96.67º 0.53% 0.6% -
HSV(B) 96.67º 0.52% 0.82% -
XYZ 36.01 51.78 20.15 -
YUV 175.95 85.13 103.78 -
System Red Green Blue C M Y K H S L
Decimal 142 208 100 0.32 0 0.52 0.18 96.67 0.53 0.6
Hex 8E D0 64 20 0 34 12 61 35 3C
Octal 216 320 144 40 0 64 22 141 65 74
Binary 10001110 11010000 1100100 100000 0 110100 10010 1100001 110101 111100

Color Harmonies of #8ED064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ED064

Black with #8ED064

Text Example


Text Example

White with #8ED064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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