Shades of Gossip #90D778
Tints of Gossip #90D778
RGB
CMYK
RGB Variations
Color information
#90D778 (or 0x90D778) is known color: Gossip. HEX triplet: 90, D7 and 78. RGB value is (144,215,120). Sum of RGB (Red+Green+Blue) = 144+215+120=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 215 - color contains mainly: green. Hex color #90D778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D778 is #6F2887. Grayscale: #B7B7B7. Windows color (decimal): -7284872 or 7919504. OLE color: 7919504.
HSL color Cylindrical-coordinate representation of color #90D778: hue angle of 104.84º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90D778 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 215 | 120 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.16 |
| HSL | 104.84º | 0.54% | 0.66% | - |
| HSV(B) | 104.84º | 0.44% | 0.84% | - |
| XYZ | 39.19 | 55.89 | 26.49 | - |
| YUV | 182.94 | 92.48 | 100.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 215 | 120 | 0.33 | 0 | 0.44 | 0.16 | 104.84 | 0.54 | 0.66 |
| Hex | 90 | D7 | 78 | 21 | 0 | 2C | 10 | 69 | 36 | 42 |
| Octal | 220 | 327 | 170 | 41 | 0 | 54 | 20 | 151 | 66 | 102 |
| Binary | 10010000 | 11010111 | 1111000 | 100001 | 0 | 101100 | 10000 | 1101001 | 110110 | 1000010 |
Color Harmonies of #90D778
Complementary color
Monochromatic Colors of #90D778
Black with #90D778
Text Example
Text Example
White with #90D778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D778; }
p { color: rgb(144,215,120); }
H1.HeaderClassName
{
color: #90D778;
}
.AnyTagClassName
{
color: #90D778;
}
</style>
background-color css
<style>
a { background-color: #90D778; }
a { background-color: rgb(144,215,120); }
div.DivClassName
{
background-color: #90D778;
}
.BgClassName
{
background-color: #90D778;
}
</style>
border-color css
<style>
span { border-color: #90D778; }
span { border-color: rgb(144,215,120); }
td.TdClassName
{
border-color: #90D778;
}
.TagClassName
{
border-color: #90D778;
}
</style>