Html Css Color HEX #8EDF80 Granny Smith Apple

📋 copy color: '#8EDF80'

red 142 ◦ green 223 ◦ blue 128

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

Shades of Granny Smith Apple #8EDF80

Tints of Granny Smith Apple #8EDF80

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.23%

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

R = 28.8%
G = 45.23%
B = 25.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#8EDF80 (or 0x8EDF80) is known color: Granny Smith Apple. HEX triplet: 8E, DF and 80. RGB value is (142,223,128). Sum of RGB (Red+Green+Blue) = 142+223+128=493 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.80% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 128 (50.39% from 255 or 25.96% from 493); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDF80 is #71207F. Grayscale: #BCBCBC. Windows color (decimal): -7413888 or 8445838. OLE color: 8445838.

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

Color convert

RGB 142 223 128 -
CMYK 0.36 0 0.43 0.13
HSL 111.16º 0.6% 0.69% -
HSV(B) 111.16º 0.43% 0.87% -
XYZ 41.44 60.08 29.84 -
YUV 187.95 94.16 95.22 -
System Red Green Blue C M Y K H S L
Decimal 142 223 128 0.36 0 0.43 0.13 111.16 0.6 0.69
Hex 8E DF 80 24 0 2B D 6F 3C 45
Octal 216 337 200 44 0 53 15 157 74 105
Binary 10001110 11011111 10000000 100100 0 101011 1101 1101111 111100 1000101

Color Harmonies of #8EDF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDF80

Black with #8EDF80

Text Example


Text Example

White with #8EDF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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