Shades of Gossip #90E468
Tints of Gossip #90E468
RGB
CMYK
RGB Variations
Color information
#90E468 (or 0x90E468) is known color: Gossip. HEX triplet: 90, E4 and 68. RGB value is (144,228,104). Sum of RGB (Red+Green+Blue) = 144+228+104=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 228 (89.45% from 255 or 47.90% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 228 - color contains mainly: green. Hex color #90E468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90E468 is #6F1B97. Grayscale: #BDBDBD. Windows color (decimal): -7281560 or 6874256. OLE color: 6874256.
HSL color Cylindrical-coordinate representation of color #90E468: hue angle of 100.65º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #90E468 is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 228 | 104 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.11 |
| HSL | 100.65º | 0.7% | 0.65% | - |
| HSV(B) | 100.65º | 0.54% | 0.89% | - |
| XYZ | 41.74 | 62.42 | 22.94 | - |
| YUV | 188.75 | 80.17 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 228 | 104 | 0.37 | 0 | 0.54 | 0.11 | 100.65 | 0.7 | 0.65 |
| Hex | 90 | E4 | 68 | 25 | 0 | 36 | B | 65 | 46 | 41 |
| Octal | 220 | 344 | 150 | 45 | 0 | 66 | 13 | 145 | 106 | 101 |
| Binary | 10010000 | 11100100 | 1101000 | 100101 | 0 | 110110 | 1011 | 1100101 | 1000110 | 1000001 |
Color Harmonies of #90E468
Complementary color
Monochromatic Colors of #90E468
Black with #90E468
Text Example
Text Example
White with #90E468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E468; }
p { color: rgb(144,228,104); }
H1.HeaderClassName
{
color: #90E468;
}
.AnyTagClassName
{
color: #90E468;
}
</style>
background-color css
<style>
a { background-color: #90E468; }
a { background-color: rgb(144,228,104); }
div.DivClassName
{
background-color: #90E468;
}
.BgClassName
{
background-color: #90E468;
}
</style>
border-color css
<style>
span { border-color: #90E468; }
span { border-color: rgb(144,228,104); }
td.TdClassName
{
border-color: #90E468;
}
.TagClassName
{
border-color: #90E468;
}
</style>