Html Css Color HEX #99DE94 Granny Smith Apple
📋 copy color: '#99DE94'red 153 ◦ green 222 ◦ blue 148
Shades of Granny Smith Apple #99DE94
Tints of Granny Smith Apple #99DE94
RGB
CMYK
RGB Variations
Color information
#99DE94 (or 0x99DE94) is known color: Granny Smith Apple. HEX triplet: 99, DE and 94. RGB value is (153,222,148). Sum of RGB (Red+Green+Blue) = 153+222+148=523 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.25% from 523); Green value is 222 (87.11% from 255 or 42.45% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 222 - color contains mainly: green. Hex color #99DE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DE94 is #66216B. Grayscale: #C1C1C1. Windows color (decimal): -6693228 or 9756313. OLE color: 9756313.
HSL color Cylindrical-coordinate representation of color #99DE94: hue angle of 115.95º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99DE94 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 222 | 148 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.13 |
| HSL | 115.95º | 0.53% | 0.73% | - |
| HSV(B) | 115.95º | 0.33% | 0.87% | - |
| XYZ | 44.6 | 61.15 | 37.47 | - |
| YUV | 192.93 | 102.64 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 222 | 148 | 0.31 | 0 | 0.33 | 0.13 | 115.95 | 0.53 | 0.73 |
| Hex | 99 | DE | 94 | 1F | 0 | 21 | D | 74 | 35 | 49 |
| Octal | 231 | 336 | 224 | 37 | 0 | 41 | 15 | 164 | 65 | 111 |
| Binary | 10011001 | 11011110 | 10010100 | 11111 | 0 | 100001 | 1101 | 1110100 | 110101 | 1001001 |
Color Harmonies of #99DE94
Complementary color
Monochromatic Colors of #99DE94
Black with #99DE94
Text Example
Text Example
White with #99DE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DE94; }
p { color: rgb(153,222,148); }
H1.HeaderClassName
{
color: #99DE94;
}
.AnyTagClassName
{
color: #99DE94;
}
</style>
background-color css
<style>
a { background-color: #99DE94; }
a { background-color: rgb(153,222,148); }
div.DivClassName
{
background-color: #99DE94;
}
.BgClassName
{
background-color: #99DE94;
}
</style>
border-color css
<style>
span { border-color: #99DE94; }
span { border-color: rgb(153,222,148); }
td.TdClassName
{
border-color: #99DE94;
}
.TagClassName
{
border-color: #99DE94;
}
</style>