Shades of Gossip #99D378
Tints of Gossip #99D378
RGB
CMYK
RGB Variations
Color information
#99D378 (or 0x99D378) is known color: Gossip. HEX triplet: 99, D3 and 78. RGB value is (153,211,120). Sum of RGB (Red+Green+Blue) = 153+211+120=484 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.61% from 484); Green value is 211 (82.81% from 255 or 43.60% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 211 - color contains mainly: green. Hex color #99D378 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99D378 is #662C87. Grayscale: #B7B7B7. Windows color (decimal): -6696072 or 7918489. OLE color: 7918489.
HSL color Cylindrical-coordinate representation of color #99D378: hue angle of 98.24º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #99D378 is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 211 | 120 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.17 |
| HSL | 98.24º | 0.51% | 0.65% | - |
| HSV(B) | 98.24º | 0.43% | 0.83% | - |
| XYZ | 39.82 | 54.72 | 26.23 | - |
| YUV | 183.28 | 92.28 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 211 | 120 | 0.27 | 0 | 0.43 | 0.17 | 98.24 | 0.51 | 0.65 |
| Hex | 99 | D3 | 78 | 1B | 0 | 2B | 11 | 62 | 33 | 41 |
| Octal | 231 | 323 | 170 | 33 | 0 | 53 | 21 | 142 | 63 | 101 |
| Binary | 10011001 | 11010011 | 1111000 | 11011 | 0 | 101011 | 10001 | 1100010 | 110011 | 1000001 |
Color Harmonies of #99D378
Complementary color
Monochromatic Colors of #99D378
Black with #99D378
Text Example
Text Example
White with #99D378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D378; }
p { color: rgb(153,211,120); }
H1.HeaderClassName
{
color: #99D378;
}
.AnyTagClassName
{
color: #99D378;
}
</style>
background-color css
<style>
a { background-color: #99D378; }
a { background-color: rgb(153,211,120); }
div.DivClassName
{
background-color: #99D378;
}
.BgClassName
{
background-color: #99D378;
}
</style>
border-color css
<style>
span { border-color: #99D378; }
span { border-color: rgb(153,211,120); }
td.TdClassName
{
border-color: #99D378;
}
.TagClassName
{
border-color: #99D378;
}
</style>