Html Css Color HEX #94DB93 Granny Smith Apple
📋 copy color: '#94DB93'red 148 ◦ green 219 ◦ blue 147
Shades of Granny Smith Apple #94DB93
Tints of Granny Smith Apple #94DB93
RGB
CMYK
RGB Variations
Color information
#94DB93 (or 0x94DB93) is known color: Granny Smith Apple. HEX triplet: 94, DB and 93. RGB value is (148,219,147). Sum of RGB (Red+Green+Blue) = 148+219+147=514 (68% of max value = 765). Red value is 148 (58.20% from 255 or 28.79% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #94DB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DB93 is #6B246C. Grayscale: #BDBDBD. Windows color (decimal): -7021677 or 9690004. OLE color: 9690004.
HSL color Cylindrical-coordinate representation of color #94DB93: hue angle of 119.17º 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 #94DB93 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 219 | 147 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.14 |
| HSL | 119.17º | 0.5% | 0.72% | - |
| HSV(B) | 119.17º | 0.33% | 0.86% | - |
| XYZ | 42.81 | 59.07 | 36.75 | - |
| YUV | 189.56 | 103.98 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 147 | 0.32 | 0 | 0.33 | 0.14 | 119.17 | 0.5 | 0.72 |
| Hex | 94 | DB | 93 | 20 | 0 | 21 | E | 77 | 32 | 48 |
| Octal | 224 | 333 | 223 | 40 | 0 | 41 | 16 | 167 | 62 | 110 |
| Binary | 10010100 | 11011011 | 10010011 | 100000 | 0 | 100001 | 1110 | 1110111 | 110010 | 1001000 |
Color Harmonies of #94DB93
Complementary color
Monochromatic Colors of #94DB93
Black with #94DB93
Text Example
Text Example
White with #94DB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DB93; }
p { color: rgb(148,219,147); }
H1.HeaderClassName
{
color: #94DB93;
}
.AnyTagClassName
{
color: #94DB93;
}
</style>
background-color css
<style>
a { background-color: #94DB93; }
a { background-color: rgb(148,219,147); }
div.DivClassName
{
background-color: #94DB93;
}
.BgClassName
{
background-color: #94DB93;
}
</style>
border-color css
<style>
span { border-color: #94DB93; }
span { border-color: rgb(148,219,147); }
td.TdClassName
{
border-color: #94DB93;
}
.TagClassName
{
border-color: #94DB93;
}
</style>