Html Css Color HEX #8EDE80 Granny Smith Apple

📋 copy color: '#8EDE80'

red 142 ◦ green 222 ◦ blue 128

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

Shades of Granny Smith Apple #8EDE80

Tints of Granny Smith Apple #8EDE80

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.12%

 BLUE value IS 128 (50.39% from 255) = 26.02%

R = 28.86%
G = 45.12%
B = 26.02%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#8EDE80 (or 0x8EDE80) is known color: Granny Smith Apple. HEX triplet: 8E, DE and 80. RGB value is (142,222,128). Sum of RGB (Red+Green+Blue) = 142+222+128=492 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.86% from 492); Green value is 222 (87.11% from 255 or 45.12% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDE80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDE80 is #71217F. Grayscale: #BBBBBB. Windows color (decimal): -7414144 or 8445582. OLE color: 8445582.

HSL color Cylindrical-coordinate representation of color #8EDE80: hue angle of 111.06º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EDE80 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 222 128 -
CMYK 0.36 0 0.42 0.13
HSL 111.06º 0.59% 0.69% -
HSV(B) 111.06º 0.42% 0.87% -
XYZ 41.17 59.55 29.75 -
YUV 187.36 94.5 95.64 -
System Red Green Blue C M Y K H S L
Decimal 142 222 128 0.36 0 0.42 0.13 111.06 0.59 0.69
Hex 8E DE 80 24 0 2A D 6F 3B 45
Octal 216 336 200 44 0 52 15 157 73 105
Binary 10001110 11011110 10000000 100100 0 101010 1101 1101111 111011 1000101

Color Harmonies of #8EDE80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDE80

Black with #8EDE80

Text Example


Text Example

White with #8EDE80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,222,128); }

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

background-color css

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

 a { background-color: rgb(142,222,128); }

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

border-color css

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

 span { border-color: rgb(142,222,128); }

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