Shades of Gossip #90E574
Tints of Gossip #90E574
RGB
CMYK
RGB Variations
Color information
#90E574 (or 0x90E574) is known color: Gossip. HEX triplet: 90, E5 and 74. RGB value is (144,229,116). Sum of RGB (Red+Green+Blue) = 144+229+116=489 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.45% from 489); Green value is 229 (89.84% from 255 or 46.83% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 229 - color contains mainly: green. Hex color #90E574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90E574 is #6F1A8B. Grayscale: #BFBFBF. Windows color (decimal): -7281292 or 7660944. OLE color: 7660944.
HSL color Cylindrical-coordinate representation of color #90E574: hue angle of 105.13º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #90E574 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 229 | 116 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.10 |
| HSL | 105.13º | 0.68% | 0.68% | - |
| HSV(B) | 105.13º | 0.49% | 0.9% | - |
| XYZ | 42.67 | 63.23 | 26.48 | - |
| YUV | 190.7 | 85.84 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 229 | 116 | 0.37 | 0 | 0.49 | 0.10 | 105.13 | 0.68 | 0.68 |
| Hex | 90 | E5 | 74 | 25 | 0 | 31 | A | 69 | 44 | 44 |
| Octal | 220 | 345 | 164 | 45 | 0 | 61 | 12 | 151 | 104 | 104 |
| Binary | 10010000 | 11100101 | 1110100 | 100101 | 0 | 110001 | 1010 | 1101001 | 1000100 | 1000100 |
Color Harmonies of #90E574
Complementary color
Monochromatic Colors of #90E574
Black with #90E574
Text Example
Text Example
White with #90E574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E574; }
p { color: rgb(144,229,116); }
H1.HeaderClassName
{
color: #90E574;
}
.AnyTagClassName
{
color: #90E574;
}
</style>
background-color css
<style>
a { background-color: #90E574; }
a { background-color: rgb(144,229,116); }
div.DivClassName
{
background-color: #90E574;
}
.BgClassName
{
background-color: #90E574;
}
</style>
border-color css
<style>
span { border-color: #90E574; }
span { border-color: rgb(144,229,116); }
td.TdClassName
{
border-color: #90E574;
}
.TagClassName
{
border-color: #90E574;
}
</style>