Shades of Gossip #99DD6B
Tints of Gossip #99DD6B
RGB
CMYK
RGB Variations
Color information
#99DD6B (or 0x99DD6B) is known color: Gossip. HEX triplet: 99, DD and 6B. RGB value is (153,221,107). Sum of RGB (Red+Green+Blue) = 153+221+107=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DD6B is #662294. Grayscale: #BCBCBC. Windows color (decimal): -6693525 or 7069081. OLE color: 7069081.
HSL color Cylindrical-coordinate representation of color #99DD6B: hue angle of 95.79º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99DD6B is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 221 | 107 | - |
| CMYK | 0.31 | 0 | 0.52 | 0.13 |
| HSL | 95.79º | 0.63% | 0.64% | - |
| HSV(B) | 95.79º | 0.52% | 0.87% | - |
| XYZ | 41.65 | 59.55 | 23.21 | - |
| YUV | 187.67 | 82.47 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 221 | 107 | 0.31 | 0 | 0.52 | 0.13 | 95.79 | 0.63 | 0.64 |
| Hex | 99 | DD | 6B | 1F | 0 | 34 | D | 60 | 3F | 40 |
| Octal | 231 | 335 | 153 | 37 | 0 | 64 | 15 | 140 | 77 | 100 |
| Binary | 10011001 | 11011101 | 1101011 | 11111 | 0 | 110100 | 1101 | 1100000 | 111111 | 1000000 |
Color Harmonies of #99DD6B
Complementary color
Monochromatic Colors of #99DD6B
Black with #99DD6B
Text Example
Text Example
White with #99DD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DD6B; }
p { color: rgb(153,221,107); }
H1.HeaderClassName
{
color: #99DD6B;
}
.AnyTagClassName
{
color: #99DD6B;
}
</style>
background-color css
<style>
a { background-color: #99DD6B; }
a { background-color: rgb(153,221,107); }
div.DivClassName
{
background-color: #99DD6B;
}
.BgClassName
{
background-color: #99DD6B;
}
</style>
border-color css
<style>
span { border-color: #99DD6B; }
span { border-color: rgb(153,221,107); }
td.TdClassName
{
border-color: #99DD6B;
}
.TagClassName
{
border-color: #99DD6B;
}
</style>