Html Css Color HEX #99D598 Granny Smith Apple
📋 copy color: '#99D598'red 153 ◦ green 213 ◦ blue 152
Shades of Granny Smith Apple #99D598
Tints of Granny Smith Apple #99D598
RGB
CMYK
RGB Variations
Color information
#99D598 (or 0x99D598) is known color: Granny Smith Apple. HEX triplet: 99, D5 and 98. RGB value is (153,213,152). Sum of RGB (Red+Green+Blue) = 153+213+152=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 213 (83.59% from 255 or 41.12% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 213 - color contains mainly: green. Hex color #99D598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D598 is #662A67. Grayscale: #BCBCBC. Windows color (decimal): -6695528 or 10016153. OLE color: 10016153.
HSL color Cylindrical-coordinate representation of color #99D598: hue angle of 119.02º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D598 is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 152 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.16 |
| HSL | 119.02º | 0.42% | 0.72% | - |
| HSV(B) | 119.02º | 0.29% | 0.84% | - |
| XYZ | 42.6 | 56.63 | 38.39 | - |
| YUV | 188.11 | 107.62 | 102.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 152 | 0.28 | 0 | 0.29 | 0.16 | 119.02 | 0.42 | 0.72 |
| Hex | 99 | D5 | 98 | 1C | 0 | 1D | 10 | 77 | 2A | 48 |
| Octal | 231 | 325 | 230 | 34 | 0 | 35 | 20 | 167 | 52 | 110 |
| Binary | 10011001 | 11010101 | 10011000 | 11100 | 0 | 11101 | 10000 | 1110111 | 101010 | 1001000 |
Color Harmonies of #99D598
Complementary color
Monochromatic Colors of #99D598
Black with #99D598
Text Example
Text Example
White with #99D598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D598; }
p { color: rgb(153,213,152); }
H1.HeaderClassName
{
color: #99D598;
}
.AnyTagClassName
{
color: #99D598;
}
</style>
background-color css
<style>
a { background-color: #99D598; }
a { background-color: rgb(153,213,152); }
div.DivClassName
{
background-color: #99D598;
}
.BgClassName
{
background-color: #99D598;
}
</style>
border-color css
<style>
span { border-color: #99D598; }
span { border-color: rgb(153,213,152); }
td.TdClassName
{
border-color: #99D598;
}
.TagClassName
{
border-color: #99D598;
}
</style>