Html Css Color HEX #94DD95 Granny Smith Apple
📋 copy color: '#94DD95'red 148 ◦ green 221 ◦ blue 149
Shades of Granny Smith Apple #94DD95
Tints of Granny Smith Apple #94DD95
RGB
CMYK
RGB Variations
Color information
#94DD95 (or 0x94DD95) is known color: Granny Smith Apple. HEX triplet: 94, DD and 95. RGB value is (148,221,149). Sum of RGB (Red+Green+Blue) = 148+221+149=518 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.57% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #94DD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DD95 is #6B226A. Grayscale: #BFBFBF. Windows color (decimal): -7021163 or 9821588. OLE color: 9821588.
HSL color Cylindrical-coordinate representation of color #94DD95: hue angle of 120.82º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DD95 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 221 | 149 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.13 |
| HSL | 120.82º | 0.52% | 0.72% | - |
| HSV(B) | 120.82º | 0.33% | 0.87% | - |
| XYZ | 43.49 | 60.18 | 37.76 | - |
| YUV | 190.97 | 104.32 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 221 | 149 | 0.33 | 0 | 0.33 | 0.13 | 120.82 | 0.52 | 0.72 |
| Hex | 94 | DD | 95 | 21 | 0 | 21 | D | 79 | 34 | 48 |
| Octal | 224 | 335 | 225 | 41 | 0 | 41 | 15 | 171 | 64 | 110 |
| Binary | 10010100 | 11011101 | 10010101 | 100001 | 0 | 100001 | 1101 | 1111001 | 110100 | 1001000 |
Color Harmonies of #94DD95
Complementary color
Monochromatic Colors of #94DD95
Black with #94DD95
Text Example
Text Example
White with #94DD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DD95; }
p { color: rgb(148,221,149); }
H1.HeaderClassName
{
color: #94DD95;
}
.AnyTagClassName
{
color: #94DD95;
}
</style>
background-color css
<style>
a { background-color: #94DD95; }
a { background-color: rgb(148,221,149); }
div.DivClassName
{
background-color: #94DD95;
}
.BgClassName
{
background-color: #94DD95;
}
</style>
border-color css
<style>
span { border-color: #94DD95; }
span { border-color: rgb(148,221,149); }
td.TdClassName
{
border-color: #94DD95;
}
.TagClassName
{
border-color: #94DD95;
}
</style>