#8EDB83

Color #8EDB83 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #8EDB83

Tints of Granny Smith Apple #8EDB83

Color information

#8EDB83 (or 0x8EDB83) is unknown color: approx Granny Smith Apple. HEX triplet: 8E, DB and 83. RGB value is (142,219,131). Sum of RGB (Red+Green+Blue) = 142+219+131=492 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.86% from 492); Green value is 219 (85.94% from 255 or 44.51% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 219 - color contains mainly: green. Hex color #8EDB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDB83 is #71247C. Grayscale: #BABABA. Windows color (decimal): -7414909 or 8641422. OLE color: 8641422.

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

Color convert

RGB142219131-
CMYK0.3500.400.14
HSL112.5º55%68.63%-
HSV(B)112.5º40.18%85.88%-
XYZ40.5858.0530.54-
YUV185.9496.9996.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 28.86%
GREEN value IS 219 (85.94% from 255) = 44.51%
BLUE value IS 131 (51.56% from 255) = 26.63%
R=28.86%
G=44.51%
B=26.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422191310.3500.400.14112.55568.63
Hex8EDB8323028E703745
Octal216333203430501616067105
Binary1000111011011011100000111000110101000111011100001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8EDB83;
 }
 .AnyTagClassName
 {
   color: #8EDB83;
 }
</style>
background-color css

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

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

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

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

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

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