Html Css Color HEX #94DB8D Granny Smith Apple
📋 copy color: '#94DB8D'red 148 ◦ green 219 ◦ blue 141
Shades of Granny Smith Apple #94DB8D
Tints of Granny Smith Apple #94DB8D
RGB
CMYK
RGB Variations
Color information
#94DB8D (or 0x94DB8D) is known color: Granny Smith Apple. HEX triplet: 94, DB and 8D. RGB value is (148,219,141). Sum of RGB (Red+Green+Blue) = 148+219+141=508 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.13% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 141 (55.47% from 255 or 27.76% from 508); Max value from RGB is 219 - color contains mainly: green. Hex color #94DB8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DB8D is #6B2472. Grayscale: #BDBDBD. Windows color (decimal): -7021683 or 9296788. OLE color: 9296788.
HSL color Cylindrical-coordinate representation of color #94DB8D: hue angle of 114.62º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94DB8D is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 219 | 141 | - |
| CMYK | 0.32 | 0 | 0.36 | 0.14 |
| HSL | 114.62º | 0.52% | 0.71% | - |
| HSV(B) | 114.62º | 0.36% | 0.86% | - |
| XYZ | 42.35 | 58.88 | 34.33 | - |
| YUV | 188.88 | 100.98 | 98.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 141 | 0.32 | 0 | 0.36 | 0.14 | 114.62 | 0.52 | 0.71 |
| Hex | 94 | DB | 8D | 20 | 0 | 24 | E | 73 | 34 | 47 |
| Octal | 224 | 333 | 215 | 40 | 0 | 44 | 16 | 163 | 64 | 107 |
| Binary | 10010100 | 11011011 | 10001101 | 100000 | 0 | 100100 | 1110 | 1110011 | 110100 | 1000111 |
Color Harmonies of #94DB8D
Complementary color
Monochromatic Colors of #94DB8D
Black with #94DB8D
Text Example
Text Example
White with #94DB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DB8D; }
p { color: rgb(148,219,141); }
H1.HeaderClassName
{
color: #94DB8D;
}
.AnyTagClassName
{
color: #94DB8D;
}
</style>
background-color css
<style>
a { background-color: #94DB8D; }
a { background-color: rgb(148,219,141); }
div.DivClassName
{
background-color: #94DB8D;
}
.BgClassName
{
background-color: #94DB8D;
}
</style>
border-color css
<style>
span { border-color: #94DB8D; }
span { border-color: rgb(148,219,141); }
td.TdClassName
{
border-color: #94DB8D;
}
.TagClassName
{
border-color: #94DB8D;
}
</style>