Html Css Color HEX #94DB92 Granny Smith Apple
📋 copy color: '#94DB92'red 148 ◦ green 219 ◦ blue 146
Shades of Granny Smith Apple #94DB92
Tints of Granny Smith Apple #94DB92
RGB
CMYK
RGB Variations
Color information
#94DB92 (or 0x94DB92) is known color: Granny Smith Apple. HEX triplet: 94, DB and 92. RGB value is (148,219,146). Sum of RGB (Red+Green+Blue) = 148+219+146=513 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.85% from 513); Green value is 219 (85.94% from 255 or 42.69% from 513); Blue value is 146 (57.42% from 255 or 28.46% from 513); Max value from RGB is 219 - color contains mainly: green. Hex color #94DB92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DB92 is #6B246D. Grayscale: #BDBDBD. Windows color (decimal): -7021678 or 9624468. OLE color: 9624468.
HSL color Cylindrical-coordinate representation of color #94DB92: hue angle of 118.36º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #94DB92 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 219 | 146 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.14 |
| HSL | 118.36º | 0.5% | 0.72% | - |
| HSV(B) | 118.36º | 0.33% | 0.86% | - |
| XYZ | 42.73 | 59.03 | 36.34 | - |
| YUV | 189.45 | 103.48 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 146 | 0.32 | 0 | 0.33 | 0.14 | 118.36 | 0.5 | 0.72 |
| Hex | 94 | DB | 92 | 20 | 0 | 21 | E | 76 | 32 | 48 |
| Octal | 224 | 333 | 222 | 40 | 0 | 41 | 16 | 166 | 62 | 110 |
| Binary | 10010100 | 11011011 | 10010010 | 100000 | 0 | 100001 | 1110 | 1110110 | 110010 | 1001000 |
Color Harmonies of #94DB92
Complementary color
Monochromatic Colors of #94DB92
Black with #94DB92
Text Example
Text Example
White with #94DB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DB92; }
p { color: rgb(148,219,146); }
H1.HeaderClassName
{
color: #94DB92;
}
.AnyTagClassName
{
color: #94DB92;
}
</style>
background-color css
<style>
a { background-color: #94DB92; }
a { background-color: rgb(148,219,146); }
div.DivClassName
{
background-color: #94DB92;
}
.BgClassName
{
background-color: #94DB92;
}
</style>
border-color css
<style>
span { border-color: #94DB92; }
span { border-color: rgb(148,219,146); }
td.TdClassName
{
border-color: #94DB92;
}
.TagClassName
{
border-color: #94DB92;
}
</style>