Html Css Color HEX #94DD90 Granny Smith Apple
📋 copy color: '#94DD90'red 148 ◦ green 221 ◦ blue 144
Shades of Granny Smith Apple #94DD90
Tints of Granny Smith Apple #94DD90
RGB
CMYK
RGB Variations
Color information
#94DD90 (or 0x94DD90) is known color: Granny Smith Apple. HEX triplet: 94, DD and 90. RGB value is (148,221,144). Sum of RGB (Red+Green+Blue) = 148+221+144=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 221 - color contains mainly: green. Hex color #94DD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DD90 is #6B226F. Grayscale: #BEBEBE. Windows color (decimal): -7021168 or 9493908. OLE color: 9493908.
HSL color Cylindrical-coordinate representation of color #94DD90: hue angle of 116.88º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94DD90 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 221 | 144 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.13 |
| HSL | 116.88º | 0.53% | 0.72% | - |
| HSV(B) | 116.88º | 0.35% | 0.87% | - |
| XYZ | 43.1 | 60.02 | 35.7 | - |
| YUV | 190.4 | 101.82 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 221 | 144 | 0.33 | 0 | 0.35 | 0.13 | 116.88 | 0.53 | 0.72 |
| Hex | 94 | DD | 90 | 21 | 0 | 23 | D | 75 | 35 | 48 |
| Octal | 224 | 335 | 220 | 41 | 0 | 43 | 15 | 165 | 65 | 110 |
| Binary | 10010100 | 11011101 | 10010000 | 100001 | 0 | 100011 | 1101 | 1110101 | 110101 | 1001000 |
Color Harmonies of #94DD90
Complementary color
Monochromatic Colors of #94DD90
Black with #94DD90
Text Example
Text Example
White with #94DD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DD90; }
p { color: rgb(148,221,144); }
H1.HeaderClassName
{
color: #94DD90;
}
.AnyTagClassName
{
color: #94DD90;
}
</style>
background-color css
<style>
a { background-color: #94DD90; }
a { background-color: rgb(148,221,144); }
div.DivClassName
{
background-color: #94DD90;
}
.BgClassName
{
background-color: #94DD90;
}
</style>
border-color css
<style>
span { border-color: #94DD90; }
span { border-color: rgb(148,221,144); }
td.TdClassName
{
border-color: #94DD90;
}
.TagClassName
{
border-color: #94DD90;
}
</style>