Html Css Color HEX #94DF96 Granny Smith Apple
📋 copy color: '#94DF96'red 148 ◦ green 223 ◦ blue 150
Shades of Granny Smith Apple #94DF96
Tints of Granny Smith Apple #94DF96
RGB
CMYK
RGB Variations
Color information
#94DF96 (or 0x94DF96) is known color: Granny Smith Apple. HEX triplet: 94, DF and 96. RGB value is (148,223,150). Sum of RGB (Red+Green+Blue) = 148+223+150=521 (69% of max value = 765). Red value is 148 (58.20% from 255 or 28.41% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DF96 is #6B2069. Grayscale: #C0C0C0. Windows color (decimal): -7020650 or 9887636. OLE color: 9887636.
HSL color Cylindrical-coordinate representation of color #94DF96: hue angle of 121.6º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #94DF96 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 223 | 150 | - |
| CMYK | 0.34 | 0 | 0.33 | 0.13 |
| HSL | 121.6º | 0.54% | 0.73% | - |
| HSV(B) | 121.6º | 0.34% | 0.87% | - |
| XYZ | 44.11 | 61.27 | 38.36 | - |
| YUV | 192.25 | 104.15 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 223 | 150 | 0.34 | 0 | 0.33 | 0.13 | 121.6 | 0.54 | 0.73 |
| Hex | 94 | DF | 96 | 22 | 0 | 21 | D | 7A | 36 | 49 |
| Octal | 224 | 337 | 226 | 42 | 0 | 41 | 15 | 172 | 66 | 111 |
| Binary | 10010100 | 11011111 | 10010110 | 100010 | 0 | 100001 | 1101 | 1111010 | 110110 | 1001001 |
Color Harmonies of #94DF96
Complementary color
Monochromatic Colors of #94DF96
Black with #94DF96
Text Example
Text Example
White with #94DF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DF96; }
p { color: rgb(148,223,150); }
H1.HeaderClassName
{
color: #94DF96;
}
.AnyTagClassName
{
color: #94DF96;
}
</style>
background-color css
<style>
a { background-color: #94DF96; }
a { background-color: rgb(148,223,150); }
div.DivClassName
{
background-color: #94DF96;
}
.BgClassName
{
background-color: #94DF96;
}
</style>
border-color css
<style>
span { border-color: #94DF96; }
span { border-color: rgb(148,223,150); }
td.TdClassName
{
border-color: #94DF96;
}
.TagClassName
{
border-color: #94DF96;
}
</style>