Html Css Color HEX #8FDA85 Granny Smith Apple
📋 copy color: '#8FDA85'red 143 ◦ green 218 ◦ blue 133
Shades of Granny Smith Apple #8FDA85
Tints of Granny Smith Apple #8FDA85
RGB
CMYK
RGB Variations
Color information
#8FDA85 (or 0x8FDA85) is known color: 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
| RGB | 143 | 218 | 133 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.15 |
| HSL | 112.94º | 0.53% | 0.69% | - |
| HSV(B) | 112.94º | 0.39% | 0.85% | - |
| XYZ | 40.63 | 57.68 | 31.18 | - |
| YUV | 185.89 | 98.15 | 97.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 218 | 133 | 0.34 | 0 | 0.39 | 0.15 | 112.94 | 0.53 | 0.69 |
| Hex | 8F | DA | 85 | 22 | 0 | 27 | F | 71 | 35 | 45 |
| Octal | 217 | 332 | 205 | 42 | 0 | 47 | 17 | 161 | 65 | 105 |
| Binary | 10001111 | 11011010 | 10000101 | 100010 | 0 | 100111 | 1111 | 1110001 | 110101 | 1000101 |
Color Harmonies of #8FDA85
Complementary color
Monochromatic Colors of #8FDA85
Black with #8FDA85
Text Example
Text Example
White with #8FDA85
Text Example
Text Example
HTML Codes & Css Web 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>