Html Css Color HEX #94D999 Granny Smith Apple
📋 copy color: '#94D999'red 148 ◦ green 217 ◦ blue 153
Shades of Granny Smith Apple #94D999
Tints of Granny Smith Apple #94D999
RGB
CMYK
RGB Variations
Color information
#94D999 (or 0x94D999) is known color: Granny Smith Apple. HEX triplet: 94, D9 and 99. RGB value is (148,217,153). Sum of RGB (Red+Green+Blue) = 148+217+153=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #94D999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D999 is #6B2666. Grayscale: #BDBDBD. Windows color (decimal): -7022183 or 10082708. OLE color: 10082708.
HSL color Cylindrical-coordinate representation of color #94D999: hue angle of 124.35º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94D999 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 153 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.15 |
| HSL | 124.35º | 0.48% | 0.72% | - |
| HSV(B) | 124.35º | 0.32% | 0.85% | - |
| XYZ | 42.78 | 58.22 | 39.12 | - |
| YUV | 189.07 | 107.64 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 153 | 0.32 | 0 | 0.29 | 0.15 | 124.35 | 0.48 | 0.72 |
| Hex | 94 | D9 | 99 | 20 | 0 | 1D | F | 7C | 30 | 48 |
| Octal | 224 | 331 | 231 | 40 | 0 | 35 | 17 | 174 | 60 | 110 |
| Binary | 10010100 | 11011001 | 10011001 | 100000 | 0 | 11101 | 1111 | 1111100 | 110000 | 1001000 |
Color Harmonies of #94D999
Complementary color
Monochromatic Colors of #94D999
Black with #94D999
Text Example
Text Example
White with #94D999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D999; }
p { color: rgb(148,217,153); }
H1.HeaderClassName
{
color: #94D999;
}
.AnyTagClassName
{
color: #94D999;
}
</style>
background-color css
<style>
a { background-color: #94D999; }
a { background-color: rgb(148,217,153); }
div.DivClassName
{
background-color: #94D999;
}
.BgClassName
{
background-color: #94D999;
}
</style>
border-color css
<style>
span { border-color: #94D999; }
span { border-color: rgb(148,217,153); }
td.TdClassName
{
border-color: #94D999;
}
.TagClassName
{
border-color: #94D999;
}
</style>