Shades of Gossip #90E47C
Tints of Gossip #90E47C
RGB
CMYK
RGB Variations
Color information
#90E47C (or 0x90E47C) is known color: Gossip. HEX triplet: 90, E4 and 7C. RGB value is (144,228,124). Sum of RGB (Red+Green+Blue) = 144+228+124=496 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.03% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 228 - color contains mainly: green. Hex color #90E47C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90E47C is #6F1B83. Grayscale: #BFBFBF. Windows color (decimal): -7281540 or 8184976. OLE color: 8184976.
HSL color Cylindrical-coordinate representation of color #90E47C: hue angle of 108.46º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90E47C is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 228 | 124 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.11 |
| HSL | 108.46º | 0.66% | 0.69% | - |
| HSV(B) | 108.46º | 0.46% | 0.89% | - |
| XYZ | 42.88 | 62.87 | 28.94 | - |
| YUV | 191.03 | 90.17 | 94.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 228 | 124 | 0.37 | 0 | 0.46 | 0.11 | 108.46 | 0.66 | 0.69 |
| Hex | 90 | E4 | 7C | 25 | 0 | 2E | B | 6C | 42 | 45 |
| Octal | 220 | 344 | 174 | 45 | 0 | 56 | 13 | 154 | 102 | 105 |
| Binary | 10010000 | 11100100 | 1111100 | 100101 | 0 | 101110 | 1011 | 1101100 | 1000010 | 1000101 |
Color Harmonies of #90E47C
Complementary color
Monochromatic Colors of #90E47C
Black with #90E47C
Text Example
Text Example
White with #90E47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E47C; }
p { color: rgb(144,228,124); }
H1.HeaderClassName
{
color: #90E47C;
}
.AnyTagClassName
{
color: #90E47C;
}
</style>
background-color css
<style>
a { background-color: #90E47C; }
a { background-color: rgb(144,228,124); }
div.DivClassName
{
background-color: #90E47C;
}
.BgClassName
{
background-color: #90E47C;
}
</style>
border-color css
<style>
span { border-color: #90E47C; }
span { border-color: rgb(144,228,124); }
td.TdClassName
{
border-color: #90E47C;
}
.TagClassName
{
border-color: #90E47C;
}
</style>