Shades of Gossip #90E578
Tints of Gossip #90E578
RGB
CMYK
RGB Variations
Color information
#90E578 (or 0x90E578) is known color: Gossip. HEX triplet: 90, E5 and 78. RGB value is (144,229,120). Sum of RGB (Red+Green+Blue) = 144+229+120=493 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.21% from 493); Green value is 229 (89.84% from 255 or 46.45% from 493); Blue value is 120 (47.27% from 255 or 24.34% from 493); Max value from RGB is 229 - color contains mainly: green. Hex color #90E578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90E578 is #6F1A87. Grayscale: #BFBFBF. Windows color (decimal): -7281288 or 7923088. OLE color: 7923088.
HSL color Cylindrical-coordinate representation of color #90E578: hue angle of 106.79º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90E578 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 229 | 120 | - |
| CMYK | 0.37 | 0 | 0.48 | 0.10 |
| HSL | 106.79º | 0.68% | 0.68% | - |
| HSV(B) | 106.79º | 0.48% | 0.9% | - |
| XYZ | 42.91 | 63.32 | 27.73 | - |
| YUV | 191.16 | 87.84 | 94.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 229 | 120 | 0.37 | 0 | 0.48 | 0.10 | 106.79 | 0.68 | 0.68 |
| Hex | 90 | E5 | 78 | 25 | 0 | 30 | A | 6B | 44 | 44 |
| Octal | 220 | 345 | 170 | 45 | 0 | 60 | 12 | 153 | 104 | 104 |
| Binary | 10010000 | 11100101 | 1111000 | 100101 | 0 | 110000 | 1010 | 1101011 | 1000100 | 1000100 |
Color Harmonies of #90E578
Complementary color
Monochromatic Colors of #90E578
Black with #90E578
Text Example
Text Example
White with #90E578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E578; }
p { color: rgb(144,229,120); }
H1.HeaderClassName
{
color: #90E578;
}
.AnyTagClassName
{
color: #90E578;
}
</style>
background-color css
<style>
a { background-color: #90E578; }
a { background-color: rgb(144,229,120); }
div.DivClassName
{
background-color: #90E578;
}
.BgClassName
{
background-color: #90E578;
}
</style>
border-color css
<style>
span { border-color: #90E578; }
span { border-color: rgb(144,229,120); }
td.TdClassName
{
border-color: #90E578;
}
.TagClassName
{
border-color: #90E578;
}
</style>