Shades of Gossip #99DA7B
Tints of Gossip #99DA7B
RGB
CMYK
RGB Variations
Color information
#99DA7B (or 0x99DA7B) is known color: Gossip. HEX triplet: 99, DA and 7B. RGB value is (153,218,123). Sum of RGB (Red+Green+Blue) = 153+218+123=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 123 (48.44% from 255 or 24.90% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #99DA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DA7B is #662584. Grayscale: #BCBCBC. Windows color (decimal): -6694277 or 8116889. OLE color: 8116889.
HSL color Cylindrical-coordinate representation of color #99DA7B: hue angle of 101.05º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #99DA7B is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 218 | 123 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.15 |
| HSL | 101.05º | 0.56% | 0.67% | - |
| HSV(B) | 101.05º | 0.44% | 0.85% | - |
| XYZ | 41.78 | 58.35 | 27.8 | - |
| YUV | 187.74 | 91.47 | 103.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 123 | 0.30 | 0 | 0.44 | 0.15 | 101.05 | 0.56 | 0.67 |
| Hex | 99 | DA | 7B | 1E | 0 | 2C | F | 65 | 38 | 43 |
| Octal | 231 | 332 | 173 | 36 | 0 | 54 | 17 | 145 | 70 | 103 |
| Binary | 10011001 | 11011010 | 1111011 | 11110 | 0 | 101100 | 1111 | 1100101 | 111000 | 1000011 |
Color Harmonies of #99DA7B
Complementary color
Monochromatic Colors of #99DA7B
Black with #99DA7B
Text Example
Text Example
White with #99DA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DA7B; }
p { color: rgb(153,218,123); }
H1.HeaderClassName
{
color: #99DA7B;
}
.AnyTagClassName
{
color: #99DA7B;
}
</style>
background-color css
<style>
a { background-color: #99DA7B; }
a { background-color: rgb(153,218,123); }
div.DivClassName
{
background-color: #99DA7B;
}
.BgClassName
{
background-color: #99DA7B;
}
</style>
border-color css
<style>
span { border-color: #99DA7B; }
span { border-color: rgb(153,218,123); }
td.TdClassName
{
border-color: #99DA7B;
}
.TagClassName
{
border-color: #99DA7B;
}
</style>