Html Css Color HEX #97DD94 Granny Smith Apple
📋 copy color: '#97DD94'red 151 ◦ green 221 ◦ blue 148
Shades of Granny Smith Apple #97DD94
Tints of Granny Smith Apple #97DD94
RGB
CMYK
RGB Variations
Color information
#97DD94 (or 0x97DD94) is known color: Granny Smith Apple. HEX triplet: 97, DD and 94. RGB value is (151,221,148). Sum of RGB (Red+Green+Blue) = 151+221+148=520 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.04% from 520); Green value is 221 (86.72% from 255 or 42.5% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 221 - color contains mainly: green. Hex color #97DD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #97DD94 is #68226B. Grayscale: #BFBFBF. Windows color (decimal): -6824556 or 9756055. OLE color: 9756055.
HSL color Cylindrical-coordinate representation of color #97DD94: hue angle of 117.53º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97DD94 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 221 | 148 | - |
| CMYK | 0.32 | 0 | 0.33 | 0.13 |
| HSL | 117.53º | 0.52% | 0.72% | - |
| HSV(B) | 117.53º | 0.33% | 0.87% | - |
| XYZ | 43.96 | 60.43 | 37.36 | - |
| YUV | 191.75 | 103.31 | 98.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 221 | 148 | 0.32 | 0 | 0.33 | 0.13 | 117.53 | 0.52 | 0.72 |
| Hex | 97 | DD | 94 | 20 | 0 | 21 | D | 76 | 34 | 48 |
| Octal | 227 | 335 | 224 | 40 | 0 | 41 | 15 | 166 | 64 | 110 |
| Binary | 10010111 | 11011101 | 10010100 | 100000 | 0 | 100001 | 1101 | 1110110 | 110100 | 1001000 |
Color Harmonies of #97DD94
Complementary color
Monochromatic Colors of #97DD94
Black with #97DD94
Text Example
Text Example
White with #97DD94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97DD94; }
p { color: rgb(151,221,148); }
H1.HeaderClassName
{
color: #97DD94;
}
.AnyTagClassName
{
color: #97DD94;
}
</style>
background-color css
<style>
a { background-color: #97DD94; }
a { background-color: rgb(151,221,148); }
div.DivClassName
{
background-color: #97DD94;
}
.BgClassName
{
background-color: #97DD94;
}
</style>
border-color css
<style>
span { border-color: #97DD94; }
span { border-color: rgb(151,221,148); }
td.TdClassName
{
border-color: #97DD94;
}
.TagClassName
{
border-color: #97DD94;
}
</style>