#8FDC82

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

Shades of Granny Smith Apple #8FDC82

Tints of Granny Smith Apple #8FDC82

Color information

#8FDC82 (or 0x8FDC82) is unknown color: approx Granny Smith Apple. HEX triplet: 8F, DC and 82. RGB value is (143,220,130). Sum of RGB (Red+Green+Blue) = 143+220+130=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDC82 is #70237D. Grayscale: #BBBBBB. Windows color (decimal): -7349118 or 8576143. OLE color: 8576143.

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

Color convert

RGB143220130-
CMYK0.3500.410.14
HSL111.33º56.25%68.63%-
HSV(B)111.33º40.91%86.27%-
XYZ40.9558.6430.28-
YUV186.7295.9996.82-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 29.01%
GREEN value IS 220 (86.33% from 255) = 44.62%
BLUE value IS 130 (51.17% from 255) = 26.37%
R=29.01%
G=44.62%
B=26.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1432201300.3500.410.14111.3356.2568.63
Hex8FDC8223029E6f3845
Octal217334202430511615770105
Binary1000111111011100100000101000110101001111011011111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,220,130); }

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

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

 a { background-color: rgb(143,220,130); }

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

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

 span { border-color: rgb(143,220,130); }

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