Shades of Gossip #99D883
Tints of Gossip #99D883
RGB
CMYK
RGB Variations
Color information
#99D883 (or 0x99D883) is known color: Gossip. HEX triplet: 99, D8 and 83. RGB value is (153,216,131). Sum of RGB (Red+Green+Blue) = 153+216+131=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 216 (84.77% from 255 or 43.2% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 216 - color contains mainly: green. Hex color #99D883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D883 is #66277C. Grayscale: #BBBBBB. Windows color (decimal): -6694781 or 8640665. OLE color: 8640665.
HSL color Cylindrical-coordinate representation of color #99D883: hue angle of 104.47º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #99D883 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 216 | 131 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.15 |
| HSL | 104.47º | 0.52% | 0.68% | - |
| HSV(B) | 104.47º | 0.39% | 0.85% | - |
| XYZ | 41.79 | 57.52 | 30.37 | - |
| YUV | 187.47 | 96.13 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 216 | 131 | 0.29 | 0 | 0.39 | 0.15 | 104.47 | 0.52 | 0.68 |
| Hex | 99 | D8 | 83 | 1D | 0 | 27 | F | 68 | 34 | 44 |
| Octal | 231 | 330 | 203 | 35 | 0 | 47 | 17 | 150 | 64 | 104 |
| Binary | 10011001 | 11011000 | 10000011 | 11101 | 0 | 100111 | 1111 | 1101000 | 110100 | 1000100 |
Color Harmonies of #99D883
Complementary color
Monochromatic Colors of #99D883
Black with #99D883
Text Example
Text Example
White with #99D883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D883; }
p { color: rgb(153,216,131); }
H1.HeaderClassName
{
color: #99D883;
}
.AnyTagClassName
{
color: #99D883;
}
</style>
background-color css
<style>
a { background-color: #99D883; }
a { background-color: rgb(153,216,131); }
div.DivClassName
{
background-color: #99D883;
}
.BgClassName
{
background-color: #99D883;
}
</style>
border-color css
<style>
span { border-color: #99D883; }
span { border-color: rgb(153,216,131); }
td.TdClassName
{
border-color: #99D883;
}
.TagClassName
{
border-color: #99D883;
}
</style>