Html Css Color HEX #8FDD80 Granny Smith Apple
📋 copy color: '#8FDD80'red 143 ◦ green 221 ◦ blue 128
Shades of Granny Smith Apple #8FDD80
Tints of Granny Smith Apple #8FDD80
RGB
CMYK
RGB Variations
Color information
#8FDD80 (or 0x8FDD80) is known color: Granny Smith Apple. HEX triplet: 8F, DD and 80. RGB value is (143,221,128). Sum of RGB (Red+Green+Blue) = 143+221+128=492 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.07% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDD80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDD80 is #70227F. Grayscale: #BBBBBB. Windows color (decimal): -7348864 or 8445327. OLE color: 8445327.
HSL color Cylindrical-coordinate representation of color #8FDD80: hue angle of 110.32º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FDD80 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 221 | 128 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.13 |
| HSL | 110.32º | 0.58% | 0.68% | - |
| HSV(B) | 110.32º | 0.42% | 0.87% | - |
| XYZ | 41.08 | 59.11 | 29.67 | - |
| YUV | 187.08 | 94.66 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 221 | 128 | 0.35 | 0 | 0.42 | 0.13 | 110.32 | 0.58 | 0.68 |
| Hex | 8F | DD | 80 | 23 | 0 | 2A | D | 6E | 3A | 44 |
| Octal | 217 | 335 | 200 | 43 | 0 | 52 | 15 | 156 | 72 | 104 |
| Binary | 10001111 | 11011101 | 10000000 | 100011 | 0 | 101010 | 1101 | 1101110 | 111010 | 1000100 |
Color Harmonies of #8FDD80
Complementary color
Monochromatic Colors of #8FDD80
Black with #8FDD80
Text Example
Text Example
White with #8FDD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDD80; }
p { color: rgb(143,221,128); }
H1.HeaderClassName
{
color: #8FDD80;
}
.AnyTagClassName
{
color: #8FDD80;
}
</style>
background-color css
<style>
a { background-color: #8FDD80; }
a { background-color: rgb(143,221,128); }
div.DivClassName
{
background-color: #8FDD80;
}
.BgClassName
{
background-color: #8FDD80;
}
</style>
border-color css
<style>
span { border-color: #8FDD80; }
span { border-color: rgb(143,221,128); }
td.TdClassName
{
border-color: #8FDD80;
}
.TagClassName
{
border-color: #8FDD80;
}
</style>