Html Css Color HEX #96DF96 Granny Smith Apple
📋 copy color: '#96DF96'red 150 ◦ green 223 ◦ blue 150
Shades of Granny Smith Apple #96DF96
Tints of Granny Smith Apple #96DF96
RGB
CMYK
RGB Variations
Color information
#96DF96 (or 0x96DF96) is known color: Granny Smith Apple. HEX triplet: 96, DF and 96. RGB value is (150,223,150). Sum of RGB (Red+Green+Blue) = 150+223+150=523 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.68% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DF96 is #692069. Grayscale: #C1C1C1. Windows color (decimal): -6889578 or 9887638. OLE color: 9887638.
HSL color Cylindrical-coordinate representation of color #96DF96: hue angle of 120º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DF96 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 150 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.13 |
| HSL | 120º | 0.53% | 0.73% | - |
| HSV(B) | 120º | 0.33% | 0.87% | - |
| XYZ | 44.47 | 61.46 | 38.37 | - |
| YUV | 192.85 | 103.82 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 150 | 0.33 | 0 | 0.33 | 0.13 | 120 | 0.53 | 0.73 |
| Hex | 96 | DF | 96 | 21 | 0 | 21 | D | 78 | 35 | 49 |
| Octal | 226 | 337 | 226 | 41 | 0 | 41 | 15 | 170 | 65 | 111 |
| Binary | 10010110 | 11011111 | 10010110 | 100001 | 0 | 100001 | 1101 | 1111000 | 110101 | 1001001 |
Color Harmonies of #96DF96
Complementary color
Monochromatic Colors of #96DF96
Black with #96DF96
Text Example
Text Example
White with #96DF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DF96; }
p { color: rgb(150,223,150); }
H1.HeaderClassName
{
color: #96DF96;
}
.AnyTagClassName
{
color: #96DF96;
}
</style>
background-color css
<style>
a { background-color: #96DF96; }
a { background-color: rgb(150,223,150); }
div.DivClassName
{
background-color: #96DF96;
}
.BgClassName
{
background-color: #96DF96;
}
</style>
border-color css
<style>
span { border-color: #96DF96; }
span { border-color: rgb(150,223,150); }
td.TdClassName
{
border-color: #96DF96;
}
.TagClassName
{
border-color: #96DF96;
}
</style>