Shades of Gossip #99D271
Tints of Gossip #99D271
RGB
CMYK
RGB Variations
Color information
#99D271 (or 0x99D271) is known color: Gossip. HEX triplet: 99, D2 and 71. RGB value is (153,210,113). Sum of RGB (Red+Green+Blue) = 153+210+113=476 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.14% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 210 - color contains mainly: green. Hex color #99D271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D271 is #662D8E. Grayscale: #B6B6B6. Windows color (decimal): -6696335 or 7459481. OLE color: 7459481.
HSL color Cylindrical-coordinate representation of color #99D271: hue angle of 95.26º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #99D271 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 210 | 113 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.18 |
| HSL | 95.26º | 0.52% | 0.63% | - |
| HSV(B) | 95.26º | 0.46% | 0.82% | - |
| XYZ | 39.16 | 54.06 | 23.99 | - |
| YUV | 181.9 | 89.12 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 210 | 113 | 0.27 | 0 | 0.46 | 0.18 | 95.26 | 0.52 | 0.63 |
| Hex | 99 | D2 | 71 | 1B | 0 | 2E | 12 | 5F | 34 | 3F |
| Octal | 231 | 322 | 161 | 33 | 0 | 56 | 22 | 137 | 64 | 77 |
| Binary | 10011001 | 11010010 | 1110001 | 11011 | 0 | 101110 | 10010 | 1011111 | 110100 | 111111 |
Color Harmonies of #99D271
Complementary color
Monochromatic Colors of #99D271
Black with #99D271
Text Example
Text Example
White with #99D271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D271; }
p { color: rgb(153,210,113); }
H1.HeaderClassName
{
color: #99D271;
}
.AnyTagClassName
{
color: #99D271;
}
</style>
background-color css
<style>
a { background-color: #99D271; }
a { background-color: rgb(153,210,113); }
div.DivClassName
{
background-color: #99D271;
}
.BgClassName
{
background-color: #99D271;
}
</style>
border-color css
<style>
span { border-color: #99D271; }
span { border-color: rgb(153,210,113); }
td.TdClassName
{
border-color: #99D271;
}
.TagClassName
{
border-color: #99D271;
}
</style>