Shades of Gossip #90E478
Tints of Gossip #90E478
RGB
CMYK
RGB Variations
Color information
#90E478 (or 0x90E478) is known color: Gossip. HEX triplet: 90, E4 and 78. RGB value is (144,228,120). Sum of RGB (Red+Green+Blue) = 144+228+120=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 228 (89.45% from 255 or 46.34% from 492); Blue value is 120 (47.27% from 255 or 24.39% from 492); Max value from RGB is 228 - color contains mainly: green. Hex color #90E478 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90E478 is #6F1B87. Grayscale: #BEBEBE. Windows color (decimal): -7281544 or 7922832. OLE color: 7922832.
HSL color Cylindrical-coordinate representation of color #90E478: hue angle of 106.67º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90E478 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 228 | 120 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.11 |
| HSL | 106.67º | 0.67% | 0.68% | - |
| HSV(B) | 106.67º | 0.47% | 0.89% | - |
| XYZ | 42.64 | 62.77 | 27.64 | - |
| YUV | 190.57 | 88.17 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 228 | 120 | 0.37 | 0 | 0.47 | 0.11 | 106.67 | 0.67 | 0.68 |
| Hex | 90 | E4 | 78 | 25 | 0 | 2F | B | 6B | 43 | 44 |
| Octal | 220 | 344 | 170 | 45 | 0 | 57 | 13 | 153 | 103 | 104 |
| Binary | 10010000 | 11100100 | 1111000 | 100101 | 0 | 101111 | 1011 | 1101011 | 1000011 | 1000100 |
Color Harmonies of #90E478
Complementary color
Monochromatic Colors of #90E478
Black with #90E478
Text Example
Text Example
White with #90E478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E478; }
p { color: rgb(144,228,120); }
H1.HeaderClassName
{
color: #90E478;
}
.AnyTagClassName
{
color: #90E478;
}
</style>
background-color css
<style>
a { background-color: #90E478; }
a { background-color: rgb(144,228,120); }
div.DivClassName
{
background-color: #90E478;
}
.BgClassName
{
background-color: #90E478;
}
</style>
border-color css
<style>
span { border-color: #90E478; }
span { border-color: rgb(144,228,120); }
td.TdClassName
{
border-color: #90E478;
}
.TagClassName
{
border-color: #90E478;
}
</style>