Html Css Color HEX #96DF8D Granny Smith Apple
📋 copy color: '#96DF8D'red 150 ◦ green 223 ◦ blue 141
Shades of Granny Smith Apple #96DF8D
Tints of Granny Smith Apple #96DF8D
RGB
CMYK
RGB Variations
Color information
#96DF8D (or 0x96DF8D) is known color: Granny Smith Apple. HEX triplet: 96, DF and 8D. RGB value is (150,223,141). Sum of RGB (Red+Green+Blue) = 150+223+141=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 223 (87.5% from 255 or 43.39% from 514); Blue value is 141 (55.47% from 255 or 27.43% from 514); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DF8D is #692072. Grayscale: #C0C0C0. Windows color (decimal): -6889587 or 9297814. OLE color: 9297814.
HSL color Cylindrical-coordinate representation of color #96DF8D: hue angle of 113.41º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96DF8D is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 141 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.13 |
| HSL | 113.41º | 0.56% | 0.71% | - |
| HSV(B) | 113.41º | 0.37% | 0.87% | - |
| XYZ | 43.77 | 61.18 | 34.7 | - |
| YUV | 191.83 | 99.32 | 98.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 141 | 0.33 | 0 | 0.37 | 0.13 | 113.41 | 0.56 | 0.71 |
| Hex | 96 | DF | 8D | 21 | 0 | 25 | D | 71 | 38 | 47 |
| Octal | 226 | 337 | 215 | 41 | 0 | 45 | 15 | 161 | 70 | 107 |
| Binary | 10010110 | 11011111 | 10001101 | 100001 | 0 | 100101 | 1101 | 1110001 | 111000 | 1000111 |
Color Harmonies of #96DF8D
Complementary color
Monochromatic Colors of #96DF8D
Black with #96DF8D
Text Example
Text Example
White with #96DF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DF8D; }
p { color: rgb(150,223,141); }
H1.HeaderClassName
{
color: #96DF8D;
}
.AnyTagClassName
{
color: #96DF8D;
}
</style>
background-color css
<style>
a { background-color: #96DF8D; }
a { background-color: rgb(150,223,141); }
div.DivClassName
{
background-color: #96DF8D;
}
.BgClassName
{
background-color: #96DF8D;
}
</style>
border-color css
<style>
span { border-color: #96DF8D; }
span { border-color: rgb(150,223,141); }
td.TdClassName
{
border-color: #96DF8D;
}
.TagClassName
{
border-color: #96DF8D;
}
</style>