Shades of Gossip #99DE6E
Tints of Gossip #99DE6E
RGB
CMYK
RGB Variations
Color information
#99DE6E (or 0x99DE6E) is known color: Gossip. HEX triplet: 99, DE and 6E. RGB value is (153,222,110). Sum of RGB (Red+Green+Blue) = 153+222+110=485 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.55% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 222 - color contains mainly: green. Hex color #99DE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DE6E is #662191. Grayscale: #BCBCBC. Windows color (decimal): -6693266 or 7265945. OLE color: 7265945.
HSL color Cylindrical-coordinate representation of color #99DE6E: hue angle of 96.96º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #99DE6E is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 222 | 110 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.13 |
| HSL | 96.96º | 0.63% | 0.65% | - |
| HSV(B) | 96.96º | 0.5% | 0.87% | - |
| XYZ | 42.07 | 60.14 | 24.14 | - |
| YUV | 188.6 | 83.64 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 222 | 110 | 0.31 | 0 | 0.50 | 0.13 | 96.96 | 0.63 | 0.65 |
| Hex | 99 | DE | 6E | 1F | 0 | 32 | D | 61 | 3F | 41 |
| Octal | 231 | 336 | 156 | 37 | 0 | 62 | 15 | 141 | 77 | 101 |
| Binary | 10011001 | 11011110 | 1101110 | 11111 | 0 | 110010 | 1101 | 1100001 | 111111 | 1000001 |
Color Harmonies of #99DE6E
Complementary color
Monochromatic Colors of #99DE6E
Black with #99DE6E
Text Example
Text Example
White with #99DE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DE6E; }
p { color: rgb(153,222,110); }
H1.HeaderClassName
{
color: #99DE6E;
}
.AnyTagClassName
{
color: #99DE6E;
}
</style>
background-color css
<style>
a { background-color: #99DE6E; }
a { background-color: rgb(153,222,110); }
div.DivClassName
{
background-color: #99DE6E;
}
.BgClassName
{
background-color: #99DE6E;
}
</style>
border-color css
<style>
span { border-color: #99DE6E; }
span { border-color: rgb(153,222,110); }
td.TdClassName
{
border-color: #99DE6E;
}
.TagClassName
{
border-color: #99DE6E;
}
</style>