#8FDA85

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

Shades of Granny Smith Apple #8FDA85

Tints of Granny Smith Apple #8FDA85

Color information

#8FDA85 (or 0x8FDA85) is unknown color: approx Granny Smith Apple. HEX triplet: 8F, DA and 85. RGB value is (143,218,133). Sum of RGB (Red+Green+Blue) = 143+218+133=494 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.95% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDA85 is #70257A. Grayscale: #BABABA. Windows color (decimal): -7349627 or 8772239. OLE color: 8772239.

HSL color Cylindrical-coordinate representation of color #8FDA85: hue angle of 112.94º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FDA85 is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB143218133-
CMYK0.3400.390.15
HSL112.94º53.46%68.82%-
HSV(B)112.94º38.99%85.49%-
XYZ40.6357.6831.18-
YUV185.8898.1597.41-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 28.95%
GREEN value IS 218 (85.55% from 255) = 44.13%
BLUE value IS 133 (52.34% from 255) = 26.92%
R=28.95%
G=44.13%
B=26.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1432181330.3400.390.15112.9453.4668.82
Hex8FDA8522027F713545
Octal217332205420471716165105
Binary1000111111011010100001011000100100111111111100011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,218,133); }

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

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

 a { background-color: rgb(143,218,133); }

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

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

 span { border-color: rgb(143,218,133); }

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