Html Css Color HEX #99D38E Granny Smith Apple
📋 copy color: '#99D38E'red 153 ◦ green 211 ◦ blue 142
Shades of Granny Smith Apple #99D38E
Tints of Granny Smith Apple #99D38E
RGB
CMYK
RGB Variations
Color information
#99D38E (or 0x99D38E) is known color: Granny Smith Apple. HEX triplet: 99, D3 and 8E. RGB value is (153,211,142). Sum of RGB (Red+Green+Blue) = 153+211+142=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 211 (82.81% from 255 or 41.70% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 211 - color contains mainly: green. Hex color #99D38E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D38E is #662C71. Grayscale: #BABABA. Windows color (decimal): -6696050 or 9360281. OLE color: 9360281.
HSL color Cylindrical-coordinate representation of color #99D38E: hue angle of 110.43º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99D38E is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 211 | 142 | - |
| CMYK | 0.27 | 0 | 0.33 | 0.17 |
| HSL | 110.43º | 0.44% | 0.69% | - |
| HSV(B) | 110.43º | 0.33% | 0.83% | - |
| XYZ | 41.31 | 55.31 | 34.09 | - |
| YUV | 185.79 | 103.28 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 211 | 142 | 0.27 | 0 | 0.33 | 0.17 | 110.43 | 0.44 | 0.69 |
| Hex | 99 | D3 | 8E | 1B | 0 | 21 | 11 | 6E | 2C | 45 |
| Octal | 231 | 323 | 216 | 33 | 0 | 41 | 21 | 156 | 54 | 105 |
| Binary | 10011001 | 11010011 | 10001110 | 11011 | 0 | 100001 | 10001 | 1101110 | 101100 | 1000101 |
Color Harmonies of #99D38E
Complementary color
Monochromatic Colors of #99D38E
Black with #99D38E
Text Example
Text Example
White with #99D38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D38E; }
p { color: rgb(153,211,142); }
H1.HeaderClassName
{
color: #99D38E;
}
.AnyTagClassName
{
color: #99D38E;
}
</style>
background-color css
<style>
a { background-color: #99D38E; }
a { background-color: rgb(153,211,142); }
div.DivClassName
{
background-color: #99D38E;
}
.BgClassName
{
background-color: #99D38E;
}
</style>
border-color css
<style>
span { border-color: #99D38E; }
span { border-color: rgb(153,211,142); }
td.TdClassName
{
border-color: #99D38E;
}
.TagClassName
{
border-color: #99D38E;
}
</style>