Shades of Gossip #90E975
Tints of Gossip #90E975
RGB
CMYK
RGB Variations
Color information
#90E975 (or 0x90E975) is known color: Gossip. HEX triplet: 90, E9 and 75. RGB value is (144,233,117). Sum of RGB (Red+Green+Blue) = 144+233+117=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 233 (91.41% from 255 or 47.17% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 233 - color contains mainly: green. Hex color #90E975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90E975 is #6F168A. Grayscale: #C1C1C1. Windows color (decimal): -7280267 or 7727504. OLE color: 7727504.
HSL color Cylindrical-coordinate representation of color #90E975: hue angle of 106.03º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #90E975 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 233 | 117 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.09 |
| HSL | 106.03º | 0.73% | 0.69% | - |
| HSV(B) | 106.03º | 0.5% | 0.91% | - |
| XYZ | 43.85 | 65.49 | 27.16 | - |
| YUV | 193.17 | 85.01 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 233 | 117 | 0.38 | 0 | 0.50 | 0.09 | 106.03 | 0.73 | 0.69 |
| Hex | 90 | E9 | 75 | 26 | 0 | 32 | 9 | 6A | 48 | 45 |
| Octal | 220 | 351 | 165 | 46 | 0 | 62 | 11 | 152 | 110 | 105 |
| Binary | 10010000 | 11101001 | 1110101 | 100110 | 0 | 110010 | 1001 | 1101010 | 1001000 | 1000101 |
Color Harmonies of #90E975
Complementary color
Monochromatic Colors of #90E975
Black with #90E975
Text Example
Text Example
White with #90E975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E975; }
p { color: rgb(144,233,117); }
H1.HeaderClassName
{
color: #90E975;
}
.AnyTagClassName
{
color: #90E975;
}
</style>
background-color css
<style>
a { background-color: #90E975; }
a { background-color: rgb(144,233,117); }
div.DivClassName
{
background-color: #90E975;
}
.BgClassName
{
background-color: #90E975;
}
</style>
border-color css
<style>
span { border-color: #90E975; }
span { border-color: rgb(144,233,117); }
td.TdClassName
{
border-color: #90E975;
}
.TagClassName
{
border-color: #90E975;
}
</style>