Html Css Color HEX #96DF91 Granny Smith Apple
📋 copy color: '#96DF91'red 150 ◦ green 223 ◦ blue 145
Shades of Granny Smith Apple #96DF91
Tints of Granny Smith Apple #96DF91
RGB
CMYK
RGB Variations
Color information
#96DF91 (or 0x96DF91) is known color: Granny Smith Apple. HEX triplet: 96, DF and 91. RGB value is (150,223,145). Sum of RGB (Red+Green+Blue) = 150+223+145=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 223 (87.5% from 255 or 43.05% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF91 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DF91 is #69206E. Grayscale: #C0C0C0. Windows color (decimal): -6889583 or 9559958. OLE color: 9559958.
HSL color Cylindrical-coordinate representation of color #96DF91: hue angle of 116.15º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96DF91 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 145 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.13 |
| HSL | 116.15º | 0.55% | 0.72% | - |
| HSV(B) | 116.15º | 0.35% | 0.87% | - |
| XYZ | 44.08 | 61.3 | 36.3 | - |
| YUV | 192.28 | 101.32 | 97.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 145 | 0.33 | 0 | 0.35 | 0.13 | 116.15 | 0.55 | 0.72 |
| Hex | 96 | DF | 91 | 21 | 0 | 23 | D | 74 | 37 | 48 |
| Octal | 226 | 337 | 221 | 41 | 0 | 43 | 15 | 164 | 67 | 110 |
| Binary | 10010110 | 11011111 | 10010001 | 100001 | 0 | 100011 | 1101 | 1110100 | 110111 | 1001000 |
Color Harmonies of #96DF91
Complementary color
Monochromatic Colors of #96DF91
Black with #96DF91
Text Example
Text Example
White with #96DF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DF91; }
p { color: rgb(150,223,145); }
H1.HeaderClassName
{
color: #96DF91;
}
.AnyTagClassName
{
color: #96DF91;
}
</style>
background-color css
<style>
a { background-color: #96DF91; }
a { background-color: rgb(150,223,145); }
div.DivClassName
{
background-color: #96DF91;
}
.BgClassName
{
background-color: #96DF91;
}
</style>
border-color css
<style>
span { border-color: #96DF91; }
span { border-color: rgb(150,223,145); }
td.TdClassName
{
border-color: #96DF91;
}
.TagClassName
{
border-color: #96DF91;
}
</style>