Shades of Gossip #90D577
Tints of Gossip #90D577
RGB
CMYK
RGB Variations
Color information
#90D577 (or 0x90D577) is known color: Gossip. HEX triplet: 90, D5 and 77. RGB value is (144,213,119). Sum of RGB (Red+Green+Blue) = 144+213+119=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 119 (46.88% from 255 or 25% from 476); Max value from RGB is 213 - color contains mainly: green. Hex color #90D577 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D577 is #6F2A88. Grayscale: #B5B5B5. Windows color (decimal): -7285385 or 7853456. OLE color: 7853456.
HSL color Cylindrical-coordinate representation of color #90D577: hue angle of 104.04º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90D577 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 213 | 119 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.16 |
| HSL | 104.04º | 0.53% | 0.65% | - |
| HSV(B) | 104.04º | 0.44% | 0.84% | - |
| XYZ | 38.63 | 54.85 | 26 | - |
| YUV | 181.65 | 92.64 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 213 | 119 | 0.32 | 0 | 0.44 | 0.16 | 104.04 | 0.53 | 0.65 |
| Hex | 90 | D5 | 77 | 20 | 0 | 2C | 10 | 68 | 35 | 41 |
| Octal | 220 | 325 | 167 | 40 | 0 | 54 | 20 | 150 | 65 | 101 |
| Binary | 10010000 | 11010101 | 1110111 | 100000 | 0 | 101100 | 10000 | 1101000 | 110101 | 1000001 |
Color Harmonies of #90D577
Complementary color
Monochromatic Colors of #90D577
Black with #90D577
Text Example
Text Example
White with #90D577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D577; }
p { color: rgb(144,213,119); }
H1.HeaderClassName
{
color: #90D577;
}
.AnyTagClassName
{
color: #90D577;
}
</style>
background-color css
<style>
a { background-color: #90D577; }
a { background-color: rgb(144,213,119); }
div.DivClassName
{
background-color: #90D577;
}
.BgClassName
{
background-color: #90D577;
}
</style>
border-color css
<style>
span { border-color: #90D577; }
span { border-color: rgb(144,213,119); }
td.TdClassName
{
border-color: #90D577;
}
.TagClassName
{
border-color: #90D577;
}
</style>