Html Css Color HEX #96E384 Granny Smith Apple
📋 copy color: '#96E384'red 150 ◦ green 227 ◦ blue 132
Shades of Granny Smith Apple #96E384
Tints of Granny Smith Apple #96E384
RGB
CMYK
RGB Variations
Color information
#96E384 (or 0x96E384) is known color: Granny Smith Apple. HEX triplet: 96, E3 and 84. RGB value is (150,227,132). Sum of RGB (Red+Green+Blue) = 150+227+132=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 227 (89.06% from 255 or 44.60% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 227 - color contains mainly: green. Hex color #96E384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E384 is #691C7B. Grayscale: #C1C1C1. Windows color (decimal): -6888572 or 8709014. OLE color: 8709014.
HSL color Cylindrical-coordinate representation of color #96E384: hue angle of 108.63º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #96E384 is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 150 | 227 | 132 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.11 |
| HSL | 108.63º | 0.63% | 0.7% | - |
| HSV(B) | 108.63º | 0.42% | 0.89% | - |
| XYZ | 44.21 | 63.09 | 31.68 | - |
| YUV | 193.15 | 93.49 | 97.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 227 | 132 | 0.34 | 0 | 0.42 | 0.11 | 108.63 | 0.63 | 0.7 |
| Hex | 96 | E3 | 84 | 22 | 0 | 2A | B | 6D | 3F | 46 |
| Octal | 226 | 343 | 204 | 42 | 0 | 52 | 13 | 155 | 77 | 106 |
| Binary | 10010110 | 11100011 | 10000100 | 100010 | 0 | 101010 | 1011 | 1101101 | 111111 | 1000110 |
Color Harmonies of #96E384
Complementary color
Monochromatic Colors of #96E384
Black with #96E384
Text Example
Text Example
White with #96E384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96E384; }
p { color: rgb(150,227,132); }
H1.HeaderClassName
{
color: #96E384;
}
.AnyTagClassName
{
color: #96E384;
}
</style>
background-color css
<style>
a { background-color: #96E384; }
a { background-color: rgb(150,227,132); }
div.DivClassName
{
background-color: #96E384;
}
.BgClassName
{
background-color: #96E384;
}
</style>
border-color css
<style>
span { border-color: #96E384; }
span { border-color: rgb(150,227,132); }
td.TdClassName
{
border-color: #96E384;
}
.TagClassName
{
border-color: #96E384;
}
</style>