Shades of Gossip #90D575
Tints of Gossip #90D575
RGB
CMYK
RGB Variations
Color information
#90D575 (or 0x90D575) is known color: Gossip. HEX triplet: 90, D5 and 75. RGB value is (144,213,117). Sum of RGB (Red+Green+Blue) = 144+213+117=474 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.38% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 213 - color contains mainly: green. Hex color #90D575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D575 is #6F2A8A. Grayscale: #B5B5B5. Windows color (decimal): -7285387 or 7722384. OLE color: 7722384.
HSL color Cylindrical-coordinate representation of color #90D575: hue angle of 103.12º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #90D575 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 213 | 117 | - |
| CMYK | 0.32 | 0 | 0.45 | 0.16 |
| HSL | 103.13º | 0.53% | 0.65% | - |
| HSV(B) | 103.13º | 0.45% | 0.84% | - |
| XYZ | 38.51 | 54.8 | 25.38 | - |
| YUV | 181.43 | 91.64 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 213 | 117 | 0.32 | 0 | 0.45 | 0.16 | 103.13 | 0.53 | 0.65 |
| Hex | 90 | D5 | 75 | 20 | 0 | 2D | 10 | 67 | 35 | 41 |
| Octal | 220 | 325 | 165 | 40 | 0 | 55 | 20 | 147 | 65 | 101 |
| Binary | 10010000 | 11010101 | 1110101 | 100000 | 0 | 101101 | 10000 | 1100111 | 110101 | 1000001 |
Color Harmonies of #90D575
Complementary color
Monochromatic Colors of #90D575
Black with #90D575
Text Example
Text Example
White with #90D575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D575; }
p { color: rgb(144,213,117); }
H1.HeaderClassName
{
color: #90D575;
}
.AnyTagClassName
{
color: #90D575;
}
</style>
background-color css
<style>
a { background-color: #90D575; }
a { background-color: rgb(144,213,117); }
div.DivClassName
{
background-color: #90D575;
}
.BgClassName
{
background-color: #90D575;
}
</style>
border-color css
<style>
span { border-color: #90D575; }
span { border-color: rgb(144,213,117); }
td.TdClassName
{
border-color: #90D575;
}
.TagClassName
{
border-color: #90D575;
}
</style>