Html Css Color HEX #8EDB82 Granny Smith Apple

📋 copy color: '#8EDB82'

red 142 ◦ green 219 ◦ blue 130

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

Shades of Granny Smith Apple #8EDB82

Tints of Granny Smith Apple #8EDB82

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.6%

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

R = 28.92%
G = 44.6%
B = 26.48%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#8EDB82 (or 0x8EDB82) is known color: Granny Smith Apple. HEX triplet: 8E, DB and 82. RGB value is (142,219,130). Sum of RGB (Red+Green+Blue) = 142+219+130=491 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.92% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDB82 is #71247D. Grayscale: #BABABA. Windows color (decimal): -7414910 or 8575886. OLE color: 8575886.

HSL color Cylindrical-coordinate representation of color #8EDB82: hue angle of 111.91º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EDB82 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB 142 219 130 -
CMYK 0.35 0 0.41 0.14
HSL 111.91º 0.55% 0.68% -
HSV(B) 111.91º 0.41% 0.86% -
XYZ 40.52 58.03 30.18 -
YUV 185.83 96.49 96.74 -
System Red Green Blue C M Y K H S L
Decimal 142 219 130 0.35 0 0.41 0.14 111.91 0.55 0.68
Hex 8E DB 82 23 0 29 E 70 37 44
Octal 216 333 202 43 0 51 16 160 67 104
Binary 10001110 11011011 10000010 100011 0 101001 1110 1110000 110111 1000100

Color Harmonies of #8EDB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EDB82

Black with #8EDB82

Text Example


Text Example

White with #8EDB82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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