Html Css Color HEX #8FDF82 Granny Smith Apple
📋 copy color: '#8FDF82'red 143 ◦ green 223 ◦ blue 130
Shades of Granny Smith Apple #8FDF82
Tints of Granny Smith Apple #8FDF82
RGB
CMYK
RGB Variations
Color information
#8FDF82 (or 0x8FDF82) is known color: Granny Smith Apple. HEX triplet: 8F, DF and 82. RGB value is (143,223,130). Sum of RGB (Red+Green+Blue) = 143+223+130=496 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.83% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 130 (51.17% from 255 or 26.21% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDF82 is #70207D. Grayscale: #BCBCBC. Windows color (decimal): -7348350 or 8576911. OLE color: 8576911.
HSL color Cylindrical-coordinate representation of color #8FDF82: hue angle of 111.61º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FDF82 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 143 | 223 | 130 | - |
| CMYK | 0.36 | 0 | 0.42 | 0.13 |
| HSL | 111.61º | 0.59% | 0.69% | - |
| HSV(B) | 111.61º | 0.42% | 0.87% | - |
| XYZ | 41.74 | 60.23 | 30.54 | - |
| YUV | 188.48 | 95 | 95.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 223 | 130 | 0.36 | 0 | 0.42 | 0.13 | 111.61 | 0.59 | 0.69 |
| Hex | 8F | DF | 82 | 24 | 0 | 2A | D | 70 | 3B | 45 |
| Octal | 217 | 337 | 202 | 44 | 0 | 52 | 15 | 160 | 73 | 105 |
| Binary | 10001111 | 11011111 | 10000010 | 100100 | 0 | 101010 | 1101 | 1110000 | 111011 | 1000101 |
Color Harmonies of #8FDF82
Complementary color
Monochromatic Colors of #8FDF82
Black with #8FDF82
Text Example
Text Example
White with #8FDF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FDF82; }
p { color: rgb(143,223,130); }
H1.HeaderClassName
{
color: #8FDF82;
}
.AnyTagClassName
{
color: #8FDF82;
}
</style>
background-color css
<style>
a { background-color: #8FDF82; }
a { background-color: rgb(143,223,130); }
div.DivClassName
{
background-color: #8FDF82;
}
.BgClassName
{
background-color: #8FDF82;
}
</style>
border-color css
<style>
span { border-color: #8FDF82; }
span { border-color: rgb(143,223,130); }
td.TdClassName
{
border-color: #8FDF82;
}
.TagClassName
{
border-color: #8FDF82;
}
</style>