Shades of Gossip #99D17F
Tints of Gossip #99D17F
RGB
CMYK
RGB Variations
Color information
#99D17F (or 0x99D17F) is known color: Gossip. HEX triplet: 99, D1 and 7F. RGB value is (153,209,127). Sum of RGB (Red+Green+Blue) = 153+209+127=489 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.29% from 489); Green value is 209 (82.03% from 255 or 42.74% from 489); Blue value is 127 (50% from 255 or 25.97% from 489); Max value from RGB is 209 - color contains mainly: green. Hex color #99D17F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D17F is #662E80. Grayscale: #B7B7B7. Windows color (decimal): -6696577 or 8376729. OLE color: 8376729.
HSL color Cylindrical-coordinate representation of color #99D17F: hue angle of 100.98º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99D17F is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 209 | 127 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.18 |
| HSL | 100.98º | 0.47% | 0.66% | - |
| HSV(B) | 100.98º | 0.39% | 0.82% | - |
| XYZ | 39.77 | 53.91 | 28.39 | - |
| YUV | 182.91 | 96.45 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 209 | 127 | 0.27 | 0 | 0.39 | 0.18 | 100.98 | 0.47 | 0.66 |
| Hex | 99 | D1 | 7F | 1B | 0 | 27 | 12 | 65 | 2F | 42 |
| Octal | 231 | 321 | 177 | 33 | 0 | 47 | 22 | 145 | 57 | 102 |
| Binary | 10011001 | 11010001 | 1111111 | 11011 | 0 | 100111 | 10010 | 1100101 | 101111 | 1000010 |
Color Harmonies of #99D17F
Complementary color
Monochromatic Colors of #99D17F
Black with #99D17F
Text Example
Text Example
White with #99D17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D17F; }
p { color: rgb(153,209,127); }
H1.HeaderClassName
{
color: #99D17F;
}
.AnyTagClassName
{
color: #99D17F;
}
</style>
background-color css
<style>
a { background-color: #99D17F; }
a { background-color: rgb(153,209,127); }
div.DivClassName
{
background-color: #99D17F;
}
.BgClassName
{
background-color: #99D17F;
}
</style>
border-color css
<style>
span { border-color: #99D17F; }
span { border-color: rgb(153,209,127); }
td.TdClassName
{
border-color: #99D17F;
}
.TagClassName
{
border-color: #99D17F;
}
</style>