Shades of Gossip #99D275
Tints of Gossip #99D275
RGB
CMYK
RGB Variations
Color information
#99D275 (or 0x99D275) is known color: Gossip. HEX triplet: 99, D2 and 75. RGB value is (153,210,117). Sum of RGB (Red+Green+Blue) = 153+210+117=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 210 - color contains mainly: green. Hex color #99D275 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D275 is #662D8A. Grayscale: #B6B6B6. Windows color (decimal): -6696331 or 7721625. OLE color: 7721625.
HSL color Cylindrical-coordinate representation of color #99D275: hue angle of 96.77º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99D275 is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 210 | 117 | - |
| CMYK | 0.27 | 0 | 0.44 | 0.18 |
| HSL | 96.77º | 0.51% | 0.64% | - |
| HSV(B) | 96.77º | 0.44% | 0.82% | - |
| XYZ | 39.39 | 54.15 | 25.21 | - |
| YUV | 182.36 | 91.12 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 210 | 117 | 0.27 | 0 | 0.44 | 0.18 | 96.77 | 0.51 | 0.64 |
| Hex | 99 | D2 | 75 | 1B | 0 | 2C | 12 | 61 | 33 | 40 |
| Octal | 231 | 322 | 165 | 33 | 0 | 54 | 22 | 141 | 63 | 100 |
| Binary | 10011001 | 11010010 | 1110101 | 11011 | 0 | 101100 | 10010 | 1100001 | 110011 | 1000000 |
Color Harmonies of #99D275
Complementary color
Monochromatic Colors of #99D275
Black with #99D275
Text Example
Text Example
White with #99D275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D275; }
p { color: rgb(153,210,117); }
H1.HeaderClassName
{
color: #99D275;
}
.AnyTagClassName
{
color: #99D275;
}
</style>
background-color css
<style>
a { background-color: #99D275; }
a { background-color: rgb(153,210,117); }
div.DivClassName
{
background-color: #99D275;
}
.BgClassName
{
background-color: #99D275;
}
</style>
border-color css
<style>
span { border-color: #99D275; }
span { border-color: rgb(153,210,117); }
td.TdClassName
{
border-color: #99D275;
}
.TagClassName
{
border-color: #99D275;
}
</style>