Html Css Color HEX #96DD94 Granny Smith Apple
📋 copy color: '#96DD94'red 150 ◦ green 221 ◦ blue 148
Shades of Granny Smith Apple #96DD94
Tints of Granny Smith Apple #96DD94
RGB
CMYK
RGB Variations
Color information
#96DD94 (or 0x96DD94) is known color: Granny Smith Apple. HEX triplet: 96, DD and 94. RGB value is (150,221,148). Sum of RGB (Red+Green+Blue) = 150+221+148=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DD94 is #69226B. Grayscale: #BFBFBF. Windows color (decimal): -6890092 or 9756054. OLE color: 9756054.
HSL color Cylindrical-coordinate representation of color #96DD94: hue angle of 118.36º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96DD94 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 148 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.13 |
| HSL | 118.36º | 0.52% | 0.72% | - |
| HSV(B) | 118.36º | 0.33% | 0.87% | - |
| XYZ | 43.78 | 60.34 | 37.36 | - |
| YUV | 191.45 | 103.48 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 148 | 0.32 | 0 | 0.33 | 0.13 | 118.36 | 0.52 | 0.72 |
| Hex | 96 | DD | 94 | 20 | 0 | 21 | D | 76 | 34 | 48 |
| Octal | 226 | 335 | 224 | 40 | 0 | 41 | 15 | 166 | 64 | 110 |
| Binary | 10010110 | 11011101 | 10010100 | 100000 | 0 | 100001 | 1101 | 1110110 | 110100 | 1001000 |
Color Harmonies of #96DD94
Complementary color
Monochromatic Colors of #96DD94
Black with #96DD94
Text Example
Text Example
White with #96DD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DD94; }
p { color: rgb(150,221,148); }
H1.HeaderClassName
{
color: #96DD94;
}
.AnyTagClassName
{
color: #96DD94;
}
</style>
background-color css
<style>
a { background-color: #96DD94; }
a { background-color: rgb(150,221,148); }
div.DivClassName
{
background-color: #96DD94;
}
.BgClassName
{
background-color: #96DD94;
}
</style>
border-color css
<style>
span { border-color: #96DD94; }
span { border-color: rgb(150,221,148); }
td.TdClassName
{
border-color: #96DD94;
}
.TagClassName
{
border-color: #96DD94;
}
</style>