Html Css Color HEX #94DB8B Granny Smith Apple
📋 copy color: '#94DB8B'red 148 ◦ green 219 ◦ blue 139
Shades of Granny Smith Apple #94DB8B
Tints of Granny Smith Apple #94DB8B
RGB
CMYK
RGB Variations
Color information
#94DB8B (or 0x94DB8B) is known color: Granny Smith Apple. HEX triplet: 94, DB and 8B. RGB value is (148,219,139). Sum of RGB (Red+Green+Blue) = 148+219+139=506 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.25% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 139 (54.69% from 255 or 27.47% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #94DB8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94DB8B is #6B2474. Grayscale: #BCBCBC. Windows color (decimal): -7021685 or 9165716. OLE color: 9165716.
HSL color Cylindrical-coordinate representation of color #94DB8B: hue angle of 113.25º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94DB8B is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 219 | 139 | - |
| CMYK | 0.32 | 0 | 0.37 | 0.14 |
| HSL | 113.25º | 0.53% | 0.7% | - |
| HSV(B) | 113.25º | 0.37% | 0.86% | - |
| XYZ | 42.2 | 58.82 | 33.56 | - |
| YUV | 188.65 | 99.98 | 99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 219 | 139 | 0.32 | 0 | 0.37 | 0.14 | 113.25 | 0.53 | 0.7 |
| Hex | 94 | DB | 8B | 20 | 0 | 25 | E | 71 | 35 | 46 |
| Octal | 224 | 333 | 213 | 40 | 0 | 45 | 16 | 161 | 65 | 106 |
| Binary | 10010100 | 11011011 | 10001011 | 100000 | 0 | 100101 | 1110 | 1110001 | 110101 | 1000110 |
Color Harmonies of #94DB8B
Complementary color
Monochromatic Colors of #94DB8B
Black with #94DB8B
Text Example
Text Example
White with #94DB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DB8B; }
p { color: rgb(148,219,139); }
H1.HeaderClassName
{
color: #94DB8B;
}
.AnyTagClassName
{
color: #94DB8B;
}
</style>
background-color css
<style>
a { background-color: #94DB8B; }
a { background-color: rgb(148,219,139); }
div.DivClassName
{
background-color: #94DB8B;
}
.BgClassName
{
background-color: #94DB8B;
}
</style>
border-color css
<style>
span { border-color: #94DB8B; }
span { border-color: rgb(148,219,139); }
td.TdClassName
{
border-color: #94DB8B;
}
.TagClassName
{
border-color: #94DB8B;
}
</style>