Html Css Color HEX #94E584 Granny Smith Apple
📋 copy color: '#94E584'red 148 ◦ green 229 ◦ blue 132
Shades of Granny Smith Apple #94E584
Tints of Granny Smith Apple #94E584
RGB
CMYK
RGB Variations
Color information
#94E584 (or 0x94E584) is known color: Granny Smith Apple. HEX triplet: 94, E5 and 84. RGB value is (148,229,132). Sum of RGB (Red+Green+Blue) = 148+229+132=509 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.08% from 509); Green value is 229 (89.84% from 255 or 44.99% from 509); Blue value is 132 (51.95% from 255 or 25.93% from 509); Max value from RGB is 229 - color contains mainly: green. Hex color #94E584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94E584 is #6B1A7B. Grayscale: #C2C2C2. Windows color (decimal): -7019132 or 8709524. OLE color: 8709524.
HSL color Cylindrical-coordinate representation of color #94E584: hue angle of 110.1º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94E584 is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 229 | 132 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.10 |
| HSL | 110.1º | 0.65% | 0.71% | - |
| HSV(B) | 110.1º | 0.42% | 0.9% | - |
| XYZ | 44.4 | 64 | 31.84 | - |
| YUV | 193.72 | 93.16 | 95.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 229 | 132 | 0.35 | 0 | 0.42 | 0.10 | 110.1 | 0.65 | 0.71 |
| Hex | 94 | E5 | 84 | 23 | 0 | 2A | A | 6E | 41 | 47 |
| Octal | 224 | 345 | 204 | 43 | 0 | 52 | 12 | 156 | 101 | 107 |
| Binary | 10010100 | 11100101 | 10000100 | 100011 | 0 | 101010 | 1010 | 1101110 | 1000001 | 1000111 |
Color Harmonies of #94E584
Complementary color
Monochromatic Colors of #94E584
Black with #94E584
Text Example
Text Example
White with #94E584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94E584; }
p { color: rgb(148,229,132); }
H1.HeaderClassName
{
color: #94E584;
}
.AnyTagClassName
{
color: #94E584;
}
</style>
background-color css
<style>
a { background-color: #94E584; }
a { background-color: rgb(148,229,132); }
div.DivClassName
{
background-color: #94E584;
}
.BgClassName
{
background-color: #94E584;
}
</style>
border-color css
<style>
span { border-color: #94E584; }
span { border-color: rgb(148,229,132); }
td.TdClassName
{
border-color: #94E584;
}
.TagClassName
{
border-color: #94E584;
}
</style>