Shades of Gossip #90D780
Tints of Gossip #90D780
RGB
CMYK
RGB Variations
Color information
#90D780 (or 0x90D780) is known color: Gossip. HEX triplet: 90, D7 and 80. RGB value is (144,215,128). Sum of RGB (Red+Green+Blue) = 144+215+128=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 215 (84.38% from 255 or 44.15% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 215 - color contains mainly: green. Hex color #90D780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D780 is #6F287F. Grayscale: #B8B8B8. Windows color (decimal): -7284864 or 8443792. OLE color: 8443792.
HSL color Cylindrical-coordinate representation of color #90D780: hue angle of 108.97º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90D780 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 215 | 128 | - |
| CMYK | 0.33 | 0 | 0.40 | 0.16 |
| HSL | 108.97º | 0.52% | 0.67% | - |
| HSV(B) | 108.97º | 0.4% | 0.84% | - |
| XYZ | 39.7 | 56.09 | 29.16 | - |
| YUV | 183.85 | 96.48 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 215 | 128 | 0.33 | 0 | 0.40 | 0.16 | 108.97 | 0.52 | 0.67 |
| Hex | 90 | D7 | 80 | 21 | 0 | 28 | 10 | 6D | 34 | 43 |
| Octal | 220 | 327 | 200 | 41 | 0 | 50 | 20 | 155 | 64 | 103 |
| Binary | 10010000 | 11010111 | 10000000 | 100001 | 0 | 101000 | 10000 | 1101101 | 110100 | 1000011 |
Color Harmonies of #90D780
Complementary color
Monochromatic Colors of #90D780
Black with #90D780
Text Example
Text Example
White with #90D780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D780; }
p { color: rgb(144,215,128); }
H1.HeaderClassName
{
color: #90D780;
}
.AnyTagClassName
{
color: #90D780;
}
</style>
background-color css
<style>
a { background-color: #90D780; }
a { background-color: rgb(144,215,128); }
div.DivClassName
{
background-color: #90D780;
}
.BgClassName
{
background-color: #90D780;
}
</style>
border-color css
<style>
span { border-color: #90D780; }
span { border-color: rgb(144,215,128); }
td.TdClassName
{
border-color: #90D780;
}
.TagClassName
{
border-color: #90D780;
}
</style>