Html Css Color HEX #94D991 Granny Smith Apple
📋 copy color: '#94D991'red 148 ◦ green 217 ◦ blue 145
Shades of Granny Smith Apple #94D991
Tints of Granny Smith Apple #94D991
RGB
CMYK
RGB Variations
Color information
#94D991 (or 0x94D991) is known color: Granny Smith Apple. HEX triplet: 94, D9 and 91. RGB value is (148,217,145). Sum of RGB (Red+Green+Blue) = 148+217+145=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 217 (85.16% from 255 or 42.55% from 510); Blue value is 145 (57.03% from 255 or 28.43% from 510); Max value from RGB is 217 - color contains mainly: green. Hex color #94D991 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D991 is #6B266E. Grayscale: #BCBCBC. Windows color (decimal): -7022191 or 9558420. OLE color: 9558420.
HSL color Cylindrical-coordinate representation of color #94D991: hue angle of 117.5º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94D991 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 148 | 217 | 145 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.15 |
| HSL | 117.5º | 0.49% | 0.71% | - |
| HSV(B) | 117.5º | 0.33% | 0.85% | - |
| XYZ | 42.14 | 57.97 | 35.76 | - |
| YUV | 188.16 | 103.64 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 217 | 145 | 0.32 | 0 | 0.33 | 0.15 | 117.5 | 0.49 | 0.71 |
| Hex | 94 | D9 | 91 | 20 | 0 | 21 | F | 76 | 31 | 47 |
| Octal | 224 | 331 | 221 | 40 | 0 | 41 | 17 | 166 | 61 | 107 |
| Binary | 10010100 | 11011001 | 10010001 | 100000 | 0 | 100001 | 1111 | 1110110 | 110001 | 1000111 |
Color Harmonies of #94D991
Complementary color
Monochromatic Colors of #94D991
Black with #94D991
Text Example
Text Example
White with #94D991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D991; }
p { color: rgb(148,217,145); }
H1.HeaderClassName
{
color: #94D991;
}
.AnyTagClassName
{
color: #94D991;
}
</style>
background-color css
<style>
a { background-color: #94D991; }
a { background-color: rgb(148,217,145); }
div.DivClassName
{
background-color: #94D991;
}
.BgClassName
{
background-color: #94D991;
}
</style>
border-color css
<style>
span { border-color: #94D991; }
span { border-color: rgb(148,217,145); }
td.TdClassName
{
border-color: #94D991;
}
.TagClassName
{
border-color: #94D991;
}
</style>