Html Css Color HEX #96E199 Granny Smith Apple
📋 copy color: '#96E199'red 150 ◦ green 225 ◦ blue 153
Shades of Granny Smith Apple #96E199
Tints of Granny Smith Apple #96E199
RGB
CMYK
RGB Variations
Color information
#96E199 (or 0x96E199) is known color: Granny Smith Apple. HEX triplet: 96, E1 and 99. RGB value is (150,225,153). Sum of RGB (Red+Green+Blue) = 150+225+153=528 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.41% from 528); Green value is 225 (88.28% from 255 or 42.61% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 225 - color contains mainly: green. Hex color #96E199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E199 is #691E66. Grayscale: #C2C2C2. Windows color (decimal): -6889063 or 10084758. OLE color: 10084758.
HSL color Cylindrical-coordinate representation of color #96E199: hue angle of 122.4º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96E199 is Cyan = 0.33, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 150 | 225 | 153 | - |
| CMYK | 0.33 | 0 | 0.32 | 0.12 |
| HSL | 122.4º | 0.56% | 0.74% | - |
| HSV(B) | 122.4º | 0.33% | 0.88% | - |
| XYZ | 45.25 | 62.63 | 39.84 | - |
| YUV | 194.37 | 104.65 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 225 | 153 | 0.33 | 0 | 0.32 | 0.12 | 122.4 | 0.56 | 0.74 |
| Hex | 96 | E1 | 99 | 21 | 0 | 20 | C | 7A | 38 | 4A |
| Octal | 226 | 341 | 231 | 41 | 0 | 40 | 14 | 172 | 70 | 112 |
| Binary | 10010110 | 11100001 | 10011001 | 100001 | 0 | 100000 | 1100 | 1111010 | 111000 | 1001010 |
Color Harmonies of #96E199
Complementary color
Monochromatic Colors of #96E199
Black with #96E199
Text Example
Text Example
White with #96E199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E199; }
p { color: rgb(150,225,153); }
H1.HeaderClassName
{
color: #96E199;
}
.AnyTagClassName
{
color: #96E199;
}
</style>
background-color css
<style>
a { background-color: #96E199; }
a { background-color: rgb(150,225,153); }
div.DivClassName
{
background-color: #96E199;
}
.BgClassName
{
background-color: #96E199;
}
</style>
border-color css
<style>
span { border-color: #96E199; }
span { border-color: rgb(150,225,153); }
td.TdClassName
{
border-color: #96E199;
}
.TagClassName
{
border-color: #96E199;
}
</style>