Shades of Gossip #90DB77
Tints of Gossip #90DB77
RGB
CMYK
RGB Variations
Color information
#90DB77 (or 0x90DB77) is known color: Gossip. HEX triplet: 90, DB and 77. RGB value is (144,219,119). Sum of RGB (Red+Green+Blue) = 144+219+119=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #90DB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DB77 is #6F2488. Grayscale: #B9B9B9. Windows color (decimal): -7283849 or 7854992. OLE color: 7854992.
HSL color Cylindrical-coordinate representation of color #90DB77: hue angle of 105º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90DB77 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 219 | 119 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.14 |
| HSL | 105º | 0.58% | 0.66% | - |
| HSV(B) | 105º | 0.46% | 0.86% | - |
| XYZ | 40.16 | 57.92 | 26.52 | - |
| YUV | 185.18 | 90.65 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 219 | 119 | 0.34 | 0 | 0.46 | 0.14 | 105 | 0.58 | 0.66 |
| Hex | 90 | DB | 77 | 22 | 0 | 2E | E | 69 | 3A | 42 |
| Octal | 220 | 333 | 167 | 42 | 0 | 56 | 16 | 151 | 72 | 102 |
| Binary | 10010000 | 11011011 | 1110111 | 100010 | 0 | 101110 | 1110 | 1101001 | 111010 | 1000010 |
Color Harmonies of #90DB77
Complementary color
Monochromatic Colors of #90DB77
Black with #90DB77
Text Example
Text Example
White with #90DB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DB77; }
p { color: rgb(144,219,119); }
H1.HeaderClassName
{
color: #90DB77;
}
.AnyTagClassName
{
color: #90DB77;
}
</style>
background-color css
<style>
a { background-color: #90DB77; }
a { background-color: rgb(144,219,119); }
div.DivClassName
{
background-color: #90DB77;
}
.BgClassName
{
background-color: #90DB77;
}
</style>
border-color css
<style>
span { border-color: #90DB77; }
span { border-color: rgb(144,219,119); }
td.TdClassName
{
border-color: #90DB77;
}
.TagClassName
{
border-color: #90DB77;
}
</style>