Shades of Gossip #99DF83
Tints of Gossip #99DF83
RGB
CMYK
RGB Variations
Color information
#99DF83 (or 0x99DF83) is known color: Gossip. HEX triplet: 99, DF and 83. RGB value is (153,223,131). Sum of RGB (Red+Green+Blue) = 153+223+131=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 131 (51.56% from 255 or 25.84% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #99DF83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DF83 is #66207C. Grayscale: #BFBFBF. Windows color (decimal): -6692989 or 8642457. OLE color: 8642457.
HSL color Cylindrical-coordinate representation of color #99DF83: hue angle of 105.65º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99DF83 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 223 | 131 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.13 |
| HSL | 105.65º | 0.59% | 0.69% | - |
| HSV(B) | 105.65º | 0.41% | 0.87% | - |
| XYZ | 43.62 | 61.19 | 30.98 | - |
| YUV | 191.58 | 93.81 | 100.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 131 | 0.31 | 0 | 0.41 | 0.13 | 105.65 | 0.59 | 0.69 |
| Hex | 99 | DF | 83 | 1F | 0 | 29 | D | 6A | 3B | 45 |
| Octal | 231 | 337 | 203 | 37 | 0 | 51 | 15 | 152 | 73 | 105 |
| Binary | 10011001 | 11011111 | 10000011 | 11111 | 0 | 101001 | 1101 | 1101010 | 111011 | 1000101 |
Color Harmonies of #99DF83
Complementary color
Monochromatic Colors of #99DF83
Black with #99DF83
Text Example
Text Example
White with #99DF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DF83; }
p { color: rgb(153,223,131); }
H1.HeaderClassName
{
color: #99DF83;
}
.AnyTagClassName
{
color: #99DF83;
}
</style>
background-color css
<style>
a { background-color: #99DF83; }
a { background-color: rgb(153,223,131); }
div.DivClassName
{
background-color: #99DF83;
}
.BgClassName
{
background-color: #99DF83;
}
</style>
border-color css
<style>
span { border-color: #99DF83; }
span { border-color: rgb(153,223,131); }
td.TdClassName
{
border-color: #99DF83;
}
.TagClassName
{
border-color: #99DF83;
}
</style>