Html Css Color HEX #99D595 Granny Smith Apple
📋 copy color: '#99D595'red 153 ◦ green 213 ◦ blue 149
Shades of Granny Smith Apple #99D595
Tints of Granny Smith Apple #99D595
RGB
CMYK
RGB Variations
Color information
#99D595 (or 0x99D595) is known color: Granny Smith Apple. HEX triplet: 99, D5 and 95. RGB value is (153,213,149). Sum of RGB (Red+Green+Blue) = 153+213+149=515 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.71% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 149 (58.59% from 255 or 28.93% from 515); Max value from RGB is 213 - color contains mainly: green. Hex color #99D595 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D595 is #662A6A. Grayscale: #BBBBBB. Windows color (decimal): -6695531 or 9819545. OLE color: 9819545.
HSL color Cylindrical-coordinate representation of color #99D595: hue angle of 116.25º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99D595 is Cyan = 0.28, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 149 | - |
| CMYK | 0.28 | 0 | 0.30 | 0.16 |
| HSL | 116.25º | 0.43% | 0.71% | - |
| HSV(B) | 116.25º | 0.3% | 0.84% | - |
| XYZ | 42.36 | 56.53 | 37.11 | - |
| YUV | 187.76 | 106.12 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 149 | 0.28 | 0 | 0.30 | 0.16 | 116.25 | 0.43 | 0.71 |
| Hex | 99 | D5 | 95 | 1C | 0 | 1E | 10 | 74 | 2B | 47 |
| Octal | 231 | 325 | 225 | 34 | 0 | 36 | 20 | 164 | 53 | 107 |
| Binary | 10011001 | 11010101 | 10010101 | 11100 | 0 | 11110 | 10000 | 1110100 | 101011 | 1000111 |
Color Harmonies of #99D595
Complementary color
Monochromatic Colors of #99D595
Black with #99D595
Text Example
Text Example
White with #99D595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D595; }
p { color: rgb(153,213,149); }
H1.HeaderClassName
{
color: #99D595;
}
.AnyTagClassName
{
color: #99D595;
}
</style>
background-color css
<style>
a { background-color: #99D595; }
a { background-color: rgb(153,213,149); }
div.DivClassName
{
background-color: #99D595;
}
.BgClassName
{
background-color: #99D595;
}
</style>
border-color css
<style>
span { border-color: #99D595; }
span { border-color: rgb(153,213,149); }
td.TdClassName
{
border-color: #99D595;
}
.TagClassName
{
border-color: #99D595;
}
</style>