Html Css Color HEX #94D597 Granny Smith Apple
📋 copy color: '#94D597'red 148 ◦ green 213 ◦ blue 151
Shades of Granny Smith Apple #94D597
Tints of Granny Smith Apple #94D597
RGB
CMYK
RGB Variations
Color information
#94D597 (or 0x94D597) is known color: Granny Smith Apple. HEX triplet: 94, D5 and 97. RGB value is (148,213,151). Sum of RGB (Red+Green+Blue) = 148+213+151=512 (67% of max value = 765). Red value is 148 (58.20% from 255 or 28.91% from 512); Green value is 213 (83.59% from 255 or 41.60% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 213 - color contains mainly: green. Hex color #94D597 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D597 is #6B2A68. Grayscale: #BABABA. Windows color (decimal): -7023209 or 9950612. OLE color: 9950612.
HSL color Cylindrical-coordinate representation of color #94D597: hue angle of 122.77º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94D597 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 213 | 151 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.16 |
| HSL | 122.77º | 0.44% | 0.71% | - |
| HSV(B) | 122.77º | 0.31% | 0.84% | - |
| XYZ | 41.59 | 56.12 | 37.92 | - |
| YUV | 186.5 | 107.97 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 213 | 151 | 0.31 | 0 | 0.29 | 0.16 | 122.77 | 0.44 | 0.71 |
| Hex | 94 | D5 | 97 | 1F | 0 | 1D | 10 | 7B | 2C | 47 |
| Octal | 224 | 325 | 227 | 37 | 0 | 35 | 20 | 173 | 54 | 107 |
| Binary | 10010100 | 11010101 | 10010111 | 11111 | 0 | 11101 | 10000 | 1111011 | 101100 | 1000111 |
Color Harmonies of #94D597
Complementary color
Monochromatic Colors of #94D597
Black with #94D597
Text Example
Text Example
White with #94D597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D597; }
p { color: rgb(148,213,151); }
H1.HeaderClassName
{
color: #94D597;
}
.AnyTagClassName
{
color: #94D597;
}
</style>
background-color css
<style>
a { background-color: #94D597; }
a { background-color: rgb(148,213,151); }
div.DivClassName
{
background-color: #94D597;
}
.BgClassName
{
background-color: #94D597;
}
</style>
border-color css
<style>
span { border-color: #94D597; }
span { border-color: rgb(148,213,151); }
td.TdClassName
{
border-color: #94D597;
}
.TagClassName
{
border-color: #94D597;
}
</style>