Shades of Gossip #99DF77
Tints of Gossip #99DF77
RGB
CMYK
RGB Variations
Color information
#99DF77 (or 0x99DF77) is known color: Gossip. HEX triplet: 99, DF and 77. RGB value is (153,223,119). Sum of RGB (Red+Green+Blue) = 153+223+119=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #99DF77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DF77 is #662088. Grayscale: #BEBEBE. Windows color (decimal): -6693001 or 7856025. OLE color: 7856025.
HSL color Cylindrical-coordinate representation of color #99DF77: hue angle of 100.38º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #99DF77 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 223 | 119 | - |
| CMYK | 0.31 | 0 | 0.47 | 0.13 |
| HSL | 100.38º | 0.62% | 0.67% | - |
| HSV(B) | 100.38º | 0.47% | 0.87% | - |
| XYZ | 42.85 | 60.88 | 26.95 | - |
| YUV | 190.21 | 87.81 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 119 | 0.31 | 0 | 0.47 | 0.13 | 100.38 | 0.62 | 0.67 |
| Hex | 99 | DF | 77 | 1F | 0 | 2F | D | 64 | 3E | 43 |
| Octal | 231 | 337 | 167 | 37 | 0 | 57 | 15 | 144 | 76 | 103 |
| Binary | 10011001 | 11011111 | 1110111 | 11111 | 0 | 101111 | 1101 | 1100100 | 111110 | 1000011 |
Color Harmonies of #99DF77
Complementary color
Monochromatic Colors of #99DF77
Black with #99DF77
Text Example
Text Example
White with #99DF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DF77; }
p { color: rgb(153,223,119); }
H1.HeaderClassName
{
color: #99DF77;
}
.AnyTagClassName
{
color: #99DF77;
}
</style>
background-color css
<style>
a { background-color: #99DF77; }
a { background-color: rgb(153,223,119); }
div.DivClassName
{
background-color: #99DF77;
}
.BgClassName
{
background-color: #99DF77;
}
</style>
border-color css
<style>
span { border-color: #99DF77; }
span { border-color: rgb(153,223,119); }
td.TdClassName
{
border-color: #99DF77;
}
.TagClassName
{
border-color: #99DF77;
}
</style>