Shades of Gossip #90E470
Tints of Gossip #90E470
RGB
CMYK
RGB Variations
Color information
#90E470 (or 0x90E470) is known color: Gossip. HEX triplet: 90, E4 and 70. RGB value is (144,228,112). Sum of RGB (Red+Green+Blue) = 144+228+112=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 228 (89.45% from 255 or 47.11% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 228 - color contains mainly: green. Hex color #90E470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90E470 is #6F1B8F. Grayscale: #BEBEBE. Windows color (decimal): -7281552 or 7398544. OLE color: 7398544.
HSL color Cylindrical-coordinate representation of color #90E470: hue angle of 103.45º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90E470 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 228 | 112 | - |
| CMYK | 0.37 | 0 | 0.51 | 0.11 |
| HSL | 103.45º | 0.68% | 0.67% | - |
| HSV(B) | 103.45º | 0.51% | 0.89% | - |
| XYZ | 42.17 | 62.59 | 25.19 | - |
| YUV | 189.66 | 84.17 | 95.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 228 | 112 | 0.37 | 0 | 0.51 | 0.11 | 103.45 | 0.68 | 0.67 |
| Hex | 90 | E4 | 70 | 25 | 0 | 33 | B | 67 | 44 | 43 |
| Octal | 220 | 344 | 160 | 45 | 0 | 63 | 13 | 147 | 104 | 103 |
| Binary | 10010000 | 11100100 | 1110000 | 100101 | 0 | 110011 | 1011 | 1100111 | 1000100 | 1000011 |
Color Harmonies of #90E470
Complementary color
Monochromatic Colors of #90E470
Black with #90E470
Text Example
Text Example
White with #90E470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E470; }
p { color: rgb(144,228,112); }
H1.HeaderClassName
{
color: #90E470;
}
.AnyTagClassName
{
color: #90E470;
}
</style>
background-color css
<style>
a { background-color: #90E470; }
a { background-color: rgb(144,228,112); }
div.DivClassName
{
background-color: #90E470;
}
.BgClassName
{
background-color: #90E470;
}
</style>
border-color css
<style>
span { border-color: #90E470; }
span { border-color: rgb(144,228,112); }
td.TdClassName
{
border-color: #90E470;
}
.TagClassName
{
border-color: #90E470;
}
</style>