Shades of Gossip #90DB78
Tints of Gossip #90DB78
RGB
CMYK
RGB Variations
Color information
#90DB78 (or 0x90DB78) is known color: Gossip. HEX triplet: 90, DB and 78. RGB value is (144,219,120). Sum of RGB (Red+Green+Blue) = 144+219+120=483 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.81% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #90DB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DB78 is #6F2487. Grayscale: #B9B9B9. Windows color (decimal): -7283848 or 7920528. OLE color: 7920528.
HSL color Cylindrical-coordinate representation of color #90DB78: hue angle of 105.45º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #90DB78 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 219 | 120 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.14 |
| HSL | 105.45º | 0.58% | 0.66% | - |
| HSV(B) | 105.45º | 0.45% | 0.86% | - |
| XYZ | 40.22 | 57.95 | 26.83 | - |
| YUV | 185.29 | 91.15 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 219 | 120 | 0.34 | 0 | 0.45 | 0.14 | 105.45 | 0.58 | 0.66 |
| Hex | 90 | DB | 78 | 22 | 0 | 2D | E | 69 | 3A | 42 |
| Octal | 220 | 333 | 170 | 42 | 0 | 55 | 16 | 151 | 72 | 102 |
| Binary | 10010000 | 11011011 | 1111000 | 100010 | 0 | 101101 | 1110 | 1101001 | 111010 | 1000010 |
Color Harmonies of #90DB78
Complementary color
Monochromatic Colors of #90DB78
Black with #90DB78
Text Example
Text Example
White with #90DB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DB78; }
p { color: rgb(144,219,120); }
H1.HeaderClassName
{
color: #90DB78;
}
.AnyTagClassName
{
color: #90DB78;
}
</style>
background-color css
<style>
a { background-color: #90DB78; }
a { background-color: rgb(144,219,120); }
div.DivClassName
{
background-color: #90DB78;
}
.BgClassName
{
background-color: #90DB78;
}
</style>
border-color css
<style>
span { border-color: #90DB78; }
span { border-color: rgb(144,219,120); }
td.TdClassName
{
border-color: #90DB78;
}
.TagClassName
{
border-color: #90DB78;
}
</style>