Shades of Gossip #90E375
Tints of Gossip #90E375
RGB
CMYK
RGB Variations
Color information
#90E375 (or 0x90E375) is known color: Gossip. HEX triplet: 90, E3 and 75. RGB value is (144,227,117). Sum of RGB (Red+Green+Blue) = 144+227+117=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 227 (89.06% from 255 or 46.52% from 488); Blue value is 117 (46.09% from 255 or 23.98% from 488); Max value from RGB is 227 - color contains mainly: green. Hex color #90E375 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90E375 is #6F1C8A. Grayscale: #BEBEBE. Windows color (decimal): -7281803 or 7725968. OLE color: 7725968.
HSL color Cylindrical-coordinate representation of color #90E375: hue angle of 105.27º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90E375 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 227 | 117 | - |
| CMYK | 0.37 | 0 | 0.48 | 0.11 |
| HSL | 105.27º | 0.66% | 0.67% | - |
| HSV(B) | 105.27º | 0.48% | 0.89% | - |
| XYZ | 42.18 | 62.15 | 26.6 | - |
| YUV | 189.64 | 87 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 227 | 117 | 0.37 | 0 | 0.48 | 0.11 | 105.27 | 0.66 | 0.67 |
| Hex | 90 | E3 | 75 | 25 | 0 | 30 | B | 69 | 42 | 43 |
| Octal | 220 | 343 | 165 | 45 | 0 | 60 | 13 | 151 | 102 | 103 |
| Binary | 10010000 | 11100011 | 1110101 | 100101 | 0 | 110000 | 1011 | 1101001 | 1000010 | 1000011 |
Color Harmonies of #90E375
Complementary color
Monochromatic Colors of #90E375
Black with #90E375
Text Example
Text Example
White with #90E375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E375; }
p { color: rgb(144,227,117); }
H1.HeaderClassName
{
color: #90E375;
}
.AnyTagClassName
{
color: #90E375;
}
</style>
background-color css
<style>
a { background-color: #90E375; }
a { background-color: rgb(144,227,117); }
div.DivClassName
{
background-color: #90E375;
}
.BgClassName
{
background-color: #90E375;
}
</style>
border-color css
<style>
span { border-color: #90E375; }
span { border-color: rgb(144,227,117); }
td.TdClassName
{
border-color: #90E375;
}
.TagClassName
{
border-color: #90E375;
}
</style>