Html Css Color HEX #8EDD82 Granny Smith Apple

📋 copy color: '#8EDD82'

red 142 ◦ green 221 ◦ blue 130

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

Shades of Granny Smith Apple #8EDD82

Tints of Granny Smith Apple #8EDD82

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.83%

 BLUE value IS 130 (51.17% from 255) = 26.37%

R = 28.8%
G = 44.83%
B = 26.37%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#8EDD82 (or 0x8EDD82) is known color: Granny Smith Apple. HEX triplet: 8E, DD and 82. RGB value is (142,221,130). Sum of RGB (Red+Green+Blue) = 142+221+130=493 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.80% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDD82 is #71227D. Grayscale: #BBBBBB. Windows color (decimal): -7414398 or 8576398. OLE color: 8576398.

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

Color convert

RGB 142 221 130 -
CMYK 0.36 0 0.41 0.13
HSL 112.09º 0.57% 0.69% -
HSV(B) 112.09º 0.41% 0.87% -
XYZ 41.04 59.08 30.36 -
YUV 187.01 95.83 95.9 -
System Red Green Blue C M Y K H S L
Decimal 142 221 130 0.36 0 0.41 0.13 112.09 0.57 0.69
Hex 8E DD 82 24 0 29 D 70 39 45
Octal 216 335 202 44 0 51 15 160 71 105
Binary 10001110 11011101 10000010 100100 0 101001 1101 1110000 111001 1000101

Color Harmonies of #8EDD82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDD82

Black with #8EDD82

Text Example


Text Example

White with #8EDD82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,221,130); }

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

background-color css

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

 a { background-color: rgb(142,221,130); }

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

border-color css

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

 span { border-color: rgb(142,221,130); }

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