Html Css Color HEX #94D595 Granny Smith Apple
📋 copy color: '#94D595'red 148 ◦ green 213 ◦ blue 149
Shades of Granny Smith Apple #94D595
Tints of Granny Smith Apple #94D595
RGB
CMYK
RGB Variations
Color information
#94D595 (or 0x94D595) is known color: Granny Smith Apple. HEX triplet: 94, D5 and 95. RGB value is (148,213,149). Sum of RGB (Red+Green+Blue) = 148+213+149=510 (67% of max value = 765). Red value is 148 (58.20% from 255 or 29.02% from 510); Green value is 213 (83.59% from 255 or 41.76% from 510); Blue value is 149 (58.59% from 255 or 29.22% from 510); Max value from RGB is 213 - color contains mainly: green. Hex color #94D595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D595 is #6B2A6A. Grayscale: #BABABA. Windows color (decimal): -7023211 or 9819540. OLE color: 9819540.
HSL color Cylindrical-coordinate representation of color #94D595: hue angle of 120.92º 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 #94D595 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 148 | 213 | 149 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.16 |
| HSL | 120.92º | 0.44% | 0.71% | - |
| HSV(B) | 120.92º | 0.31% | 0.84% | - |
| XYZ | 41.43 | 56.05 | 37.07 | - |
| YUV | 186.27 | 106.97 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 213 | 149 | 0.31 | 0 | 0.30 | 0.16 | 120.92 | 0.44 | 0.71 |
| Hex | 94 | D5 | 95 | 1F | 0 | 1E | 10 | 79 | 2C | 47 |
| Octal | 224 | 325 | 225 | 37 | 0 | 36 | 20 | 171 | 54 | 107 |
| Binary | 10010100 | 11010101 | 10010101 | 11111 | 0 | 11110 | 10000 | 1111001 | 101100 | 1000111 |
Color Harmonies of #94D595
Complementary color
Monochromatic Colors of #94D595
Black with #94D595
Text Example
Text Example
White with #94D595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D595; }
p { color: rgb(148,213,149); }
H1.HeaderClassName
{
color: #94D595;
}
.AnyTagClassName
{
color: #94D595;
}
</style>
background-color css
<style>
a { background-color: #94D595; }
a { background-color: rgb(148,213,149); }
div.DivClassName
{
background-color: #94D595;
}
.BgClassName
{
background-color: #94D595;
}
</style>
border-color css
<style>
span { border-color: #94D595; }
span { border-color: rgb(148,213,149); }
td.TdClassName
{
border-color: #94D595;
}
.TagClassName
{
border-color: #94D595;
}
</style>