Html Css Color HEX #8FDD85 Granny Smith Apple
📋 copy color: '#8FDD85'red 143 ◦ green 221 ◦ blue 133
Shades of Granny Smith Apple #8FDD85
Tints of Granny Smith Apple #8FDD85
RGB
CMYK
RGB Variations
Color information
#8FDD85 (or 0x8FDD85) is known color: Granny Smith Apple. HEX triplet: 8F, DD and 85. RGB value is (143,221,133). Sum of RGB (Red+Green+Blue) = 143+221+133=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDD85 is #70227A. Grayscale: #BBBBBB. Windows color (decimal): -7348859 or 8773007. OLE color: 8773007.
HSL color Cylindrical-coordinate representation of color #8FDD85: hue angle of 113.18º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FDD85 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 133 | - |
| CMYK | 0.35 | 0 | 0.40 | 0.13 |
| HSL | 113.18º | 0.56% | 0.69% | - |
| HSV(B) | 113.18º | 0.4% | 0.87% | - |
| XYZ | 41.42 | 59.25 | 31.44 | - |
| YUV | 187.65 | 97.16 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 133 | 0.35 | 0 | 0.40 | 0.13 | 113.18 | 0.56 | 0.69 |
| Hex | 8F | DD | 85 | 23 | 0 | 28 | D | 71 | 38 | 45 |
| Octal | 217 | 335 | 205 | 43 | 0 | 50 | 15 | 161 | 70 | 105 |
| Binary | 10001111 | 11011101 | 10000101 | 100011 | 0 | 101000 | 1101 | 1110001 | 111000 | 1000101 |
Color Harmonies of #8FDD85
Complementary color
Monochromatic Colors of #8FDD85
Black with #8FDD85
Text Example
Text Example
White with #8FDD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDD85; }
p { color: rgb(143,221,133); }
H1.HeaderClassName
{
color: #8FDD85;
}
.AnyTagClassName
{
color: #8FDD85;
}
</style>
background-color css
<style>
a { background-color: #8FDD85; }
a { background-color: rgb(143,221,133); }
div.DivClassName
{
background-color: #8FDD85;
}
.BgClassName
{
background-color: #8FDD85;
}
</style>
border-color css
<style>
span { border-color: #8FDD85; }
span { border-color: rgb(143,221,133); }
td.TdClassName
{
border-color: #8FDD85;
}
.TagClassName
{
border-color: #8FDD85;
}
</style>