Html Css Color HEX #96DF8F Granny Smith Apple
📋 copy color: '#96DF8F'red 150 ◦ green 223 ◦ blue 143
Shades of Granny Smith Apple #96DF8F
Tints of Granny Smith Apple #96DF8F
RGB
CMYK
RGB Variations
Color information
#96DF8F (or 0x96DF8F) is known color: Granny Smith Apple. HEX triplet: 96, DF and 8F. RGB value is (150,223,143). Sum of RGB (Red+Green+Blue) = 150+223+143=516 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.07% from 516); Green value is 223 (87.5% from 255 or 43.22% from 516); Blue value is 143 (56.25% from 255 or 27.71% from 516); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DF8F is #692070. Grayscale: #C0C0C0. Windows color (decimal): -6889585 or 9428886. OLE color: 9428886.
HSL color Cylindrical-coordinate representation of color #96DF8F: hue angle of 114.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96DF8F is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 223 | 143 | - |
| CMYK | 0.33 | 0 | 0.36 | 0.13 |
| HSL | 114.75º | 0.56% | 0.72% | - |
| HSV(B) | 114.75º | 0.36% | 0.87% | - |
| XYZ | 43.92 | 61.24 | 35.49 | - |
| YUV | 192.05 | 100.32 | 98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 223 | 143 | 0.33 | 0 | 0.36 | 0.13 | 114.75 | 0.56 | 0.72 |
| Hex | 96 | DF | 8F | 21 | 0 | 24 | D | 73 | 38 | 48 |
| Octal | 226 | 337 | 217 | 41 | 0 | 44 | 15 | 163 | 70 | 110 |
| Binary | 10010110 | 11011111 | 10001111 | 100001 | 0 | 100100 | 1101 | 1110011 | 111000 | 1001000 |
Color Harmonies of #96DF8F
Complementary color
Monochromatic Colors of #96DF8F
Black with #96DF8F
Text Example
Text Example
White with #96DF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DF8F; }
p { color: rgb(150,223,143); }
H1.HeaderClassName
{
color: #96DF8F;
}
.AnyTagClassName
{
color: #96DF8F;
}
</style>
background-color css
<style>
a { background-color: #96DF8F; }
a { background-color: rgb(150,223,143); }
div.DivClassName
{
background-color: #96DF8F;
}
.BgClassName
{
background-color: #96DF8F;
}
</style>
border-color css
<style>
span { border-color: #96DF8F; }
span { border-color: rgb(150,223,143); }
td.TdClassName
{
border-color: #96DF8F;
}
.TagClassName
{
border-color: #96DF8F;
}
</style>