Shades of Gossip #90E379
Tints of Gossip #90E379
RGB
CMYK
RGB Variations
Color information
#90E379 (or 0x90E379) is known color: Gossip. HEX triplet: 90, E3 and 79. RGB value is (144,227,121). Sum of RGB (Red+Green+Blue) = 144+227+121=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 227 (89.06% from 255 or 46.14% from 492); Blue value is 121 (47.66% from 255 or 24.59% from 492); Max value from RGB is 227 - color contains mainly: green. Hex color #90E379 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90E379 is #6F1C86. Grayscale: #BEBEBE. Windows color (decimal): -7281799 or 7988112. OLE color: 7988112.
HSL color Cylindrical-coordinate representation of color #90E379: hue angle of 106.98º degrees, saturation: 0.65, 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 #90E379 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 227 | 121 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.11 |
| HSL | 106.98º | 0.65% | 0.68% | - |
| HSV(B) | 106.98º | 0.47% | 0.89% | - |
| XYZ | 42.42 | 62.25 | 27.87 | - |
| YUV | 190.1 | 89 | 95.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 227 | 121 | 0.37 | 0 | 0.47 | 0.11 | 106.98 | 0.65 | 0.68 |
| Hex | 90 | E3 | 79 | 25 | 0 | 2F | B | 6B | 41 | 44 |
| Octal | 220 | 343 | 171 | 45 | 0 | 57 | 13 | 153 | 101 | 104 |
| Binary | 10010000 | 11100011 | 1111001 | 100101 | 0 | 101111 | 1011 | 1101011 | 1000001 | 1000100 |
Color Harmonies of #90E379
Complementary color
Monochromatic Colors of #90E379
Black with #90E379
Text Example
Text Example
White with #90E379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E379; }
p { color: rgb(144,227,121); }
H1.HeaderClassName
{
color: #90E379;
}
.AnyTagClassName
{
color: #90E379;
}
</style>
background-color css
<style>
a { background-color: #90E379; }
a { background-color: rgb(144,227,121); }
div.DivClassName
{
background-color: #90E379;
}
.BgClassName
{
background-color: #90E379;
}
</style>
border-color css
<style>
span { border-color: #90E379; }
span { border-color: rgb(144,227,121); }
td.TdClassName
{
border-color: #90E379;
}
.TagClassName
{
border-color: #90E379;
}
</style>