Html Css Color HEX #94D488 Granny Smith Apple
📋 copy color: '#94D488'red 148 ◦ green 212 ◦ blue 136
Shades of Granny Smith Apple #94D488
Tints of Granny Smith Apple #94D488
RGB
CMYK
RGB Variations
Color information
#94D488 (or 0x94D488) is known color: Granny Smith Apple. HEX triplet: 94, D4 and 88. RGB value is (148,212,136). Sum of RGB (Red+Green+Blue) = 148+212+136=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 212 (83.20% from 255 or 42.74% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 212 - color contains mainly: green. Hex color #94D488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D488 is #6B2B77. Grayscale: #B8B8B8. Windows color (decimal): -7023480 or 8967316. OLE color: 8967316.
HSL color Cylindrical-coordinate representation of color #94D488: hue angle of 110.53º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #94D488 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 148 | 212 | 136 | - |
| CMYK | 0.30 | 0 | 0.36 | 0.17 |
| HSL | 110.53º | 0.47% | 0.68% | - |
| HSV(B) | 110.53º | 0.36% | 0.83% | - |
| XYZ | 40.2 | 55.16 | 31.82 | - |
| YUV | 184.2 | 100.8 | 102.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 212 | 136 | 0.30 | 0 | 0.36 | 0.17 | 110.53 | 0.47 | 0.68 |
| Hex | 94 | D4 | 88 | 1E | 0 | 24 | 11 | 6F | 2F | 44 |
| Octal | 224 | 324 | 210 | 36 | 0 | 44 | 21 | 157 | 57 | 104 |
| Binary | 10010100 | 11010100 | 10001000 | 11110 | 0 | 100100 | 10001 | 1101111 | 101111 | 1000100 |
Color Harmonies of #94D488
Complementary color
Monochromatic Colors of #94D488
Black with #94D488
Text Example
Text Example
White with #94D488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D488; }
p { color: rgb(148,212,136); }
H1.HeaderClassName
{
color: #94D488;
}
.AnyTagClassName
{
color: #94D488;
}
</style>
background-color css
<style>
a { background-color: #94D488; }
a { background-color: rgb(148,212,136); }
div.DivClassName
{
background-color: #94D488;
}
.BgClassName
{
background-color: #94D488;
}
</style>
border-color css
<style>
span { border-color: #94D488; }
span { border-color: rgb(148,212,136); }
td.TdClassName
{
border-color: #94D488;
}
.TagClassName
{
border-color: #94D488;
}
</style>