Html Css Color HEX #9DD497 Granny Smith Apple
📋 copy color: '#9DD497'red 157 ◦ green 212 ◦ blue 151
Shades of Granny Smith Apple #9DD497
Tints of Granny Smith Apple #9DD497
RGB
CMYK
RGB Variations
Color information
#9DD497 (or 0x9DD497) is known color: Granny Smith Apple. HEX triplet: 9D, D4 and 97. RGB value is (157,212,151). Sum of RGB (Red+Green+Blue) = 157+212+151=520 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.19% from 520); Green value is 212 (83.20% from 255 or 40.77% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 212 - color contains mainly: green. Hex color #9DD497 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DD497 is #622B68. Grayscale: #BCBCBC. Windows color (decimal): -6433641 or 9950365. OLE color: 9950365.
HSL color Cylindrical-coordinate representation of color #9DD497: hue angle of 114.1º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DD497 is Cyan = 0.26, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 212 | 151 | - |
| CMYK | 0.26 | 0 | 0.29 | 0.17 |
| HSL | 114.1º | 0.41% | 0.71% | - |
| HSV(B) | 114.1º | 0.29% | 0.83% | - |
| XYZ | 43.03 | 56.49 | 37.91 | - |
| YUV | 188.6 | 106.78 | 105.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 212 | 151 | 0.26 | 0 | 0.29 | 0.17 | 114.1 | 0.41 | 0.71 |
| Hex | 9D | D4 | 97 | 1A | 0 | 1D | 11 | 72 | 29 | 47 |
| Octal | 235 | 324 | 227 | 32 | 0 | 35 | 21 | 162 | 51 | 107 |
| Binary | 10011101 | 11010100 | 10010111 | 11010 | 0 | 11101 | 10001 | 1110010 | 101001 | 1000111 |
Color Harmonies of #9DD497
Complementary color
Monochromatic Colors of #9DD497
Black with #9DD497
Text Example
Text Example
White with #9DD497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD497; }
p { color: rgb(157,212,151); }
H1.HeaderClassName
{
color: #9DD497;
}
.AnyTagClassName
{
color: #9DD497;
}
</style>
background-color css
<style>
a { background-color: #9DD497; }
a { background-color: rgb(157,212,151); }
div.DivClassName
{
background-color: #9DD497;
}
.BgClassName
{
background-color: #9DD497;
}
</style>
border-color css
<style>
span { border-color: #9DD497; }
span { border-color: rgb(157,212,151); }
td.TdClassName
{
border-color: #9DD497;
}
.TagClassName
{
border-color: #9DD497;
}
</style>