Shades of Gossip #90E075
Tints of Gossip #90E075
RGB
CMYK
RGB Variations
Color information
#90E075 (or 0x90E075) is known color: Gossip. HEX triplet: 90, E0 and 75. RGB value is (144,224,117). Sum of RGB (Red+Green+Blue) = 144+224+117=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 224 (87.89% from 255 or 46.19% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 224 - color contains mainly: green. Hex color #90E075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90E075 is #6F1F8A. Grayscale: #BCBCBC. Windows color (decimal): -7282571 or 7725200. OLE color: 7725200.
HSL color Cylindrical-coordinate representation of color #90E075: hue angle of 104.86º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90E075 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 144 | 224 | 117 | - |
| CMYK | 0.36 | 0 | 0.48 | 0.12 |
| HSL | 104.86º | 0.63% | 0.67% | - |
| HSV(B) | 104.86º | 0.48% | 0.88% | - |
| XYZ | 41.37 | 60.52 | 26.33 | - |
| YUV | 187.88 | 88 | 96.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 224 | 117 | 0.36 | 0 | 0.48 | 0.12 | 104.86 | 0.63 | 0.67 |
| Hex | 90 | E0 | 75 | 24 | 0 | 30 | C | 69 | 3F | 43 |
| Octal | 220 | 340 | 165 | 44 | 0 | 60 | 14 | 151 | 77 | 103 |
| Binary | 10010000 | 11100000 | 1110101 | 100100 | 0 | 110000 | 1100 | 1101001 | 111111 | 1000011 |
Color Harmonies of #90E075
Complementary color
Monochromatic Colors of #90E075
Black with #90E075
Text Example
Text Example
White with #90E075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E075; }
p { color: rgb(144,224,117); }
H1.HeaderClassName
{
color: #90E075;
}
.AnyTagClassName
{
color: #90E075;
}
</style>
background-color css
<style>
a { background-color: #90E075; }
a { background-color: rgb(144,224,117); }
div.DivClassName
{
background-color: #90E075;
}
.BgClassName
{
background-color: #90E075;
}
</style>
border-color css
<style>
span { border-color: #90E075; }
span { border-color: rgb(144,224,117); }
td.TdClassName
{
border-color: #90E075;
}
.TagClassName
{
border-color: #90E075;
}
</style>