Html Css Color HEX #99D798 Granny Smith Apple
📋 copy color: '#99D798'red 153 ◦ green 215 ◦ blue 152
Shades of Granny Smith Apple #99D798
Tints of Granny Smith Apple #99D798
RGB
CMYK
RGB Variations
Color information
#99D798 (or 0x99D798) is known color: Granny Smith Apple. HEX triplet: 99, D7 and 98. RGB value is (153,215,152). Sum of RGB (Red+Green+Blue) = 153+215+152=520 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.42% from 520); Green value is 215 (84.38% from 255 or 41.35% from 520); Blue value is 152 (59.77% from 255 or 29.23% from 520); Max value from RGB is 215 - color contains mainly: green. Hex color #99D798 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D798 is #662867. Grayscale: #BDBDBD. Windows color (decimal): -6695016 or 10016665. OLE color: 10016665.
HSL color Cylindrical-coordinate representation of color #99D798: hue angle of 119.05º degrees, saturation: 0.44, 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 #99D798 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 215 | 152 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.16 |
| HSL | 119.05º | 0.44% | 0.72% | - |
| HSV(B) | 119.05º | 0.29% | 0.84% | - |
| XYZ | 43.1 | 57.64 | 38.56 | - |
| YUV | 189.28 | 106.96 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 215 | 152 | 0.29 | 0 | 0.29 | 0.16 | 119.05 | 0.44 | 0.72 |
| Hex | 99 | D7 | 98 | 1D | 0 | 1D | 10 | 77 | 2C | 48 |
| Octal | 231 | 327 | 230 | 35 | 0 | 35 | 20 | 167 | 54 | 110 |
| Binary | 10011001 | 11010111 | 10011000 | 11101 | 0 | 11101 | 10000 | 1110111 | 101100 | 1001000 |
Color Harmonies of #99D798
Complementary color
Monochromatic Colors of #99D798
Black with #99D798
Text Example
Text Example
White with #99D798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D798; }
p { color: rgb(153,215,152); }
H1.HeaderClassName
{
color: #99D798;
}
.AnyTagClassName
{
color: #99D798;
}
</style>
background-color css
<style>
a { background-color: #99D798; }
a { background-color: rgb(153,215,152); }
div.DivClassName
{
background-color: #99D798;
}
.BgClassName
{
background-color: #99D798;
}
</style>
border-color css
<style>
span { border-color: #99D798; }
span { border-color: rgb(153,215,152); }
td.TdClassName
{
border-color: #99D798;
}
.TagClassName
{
border-color: #99D798;
}
</style>