Shades of Gossip #90D572
Tints of Gossip #90D572
RGB
CMYK
RGB Variations
Color information
#90D572 (or 0x90D572) is known color: Gossip. HEX triplet: 90, D5 and 72. RGB value is (144,213,114). Sum of RGB (Red+Green+Blue) = 144+213+114=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 213 (83.59% from 255 or 45.22% from 471); Blue value is 114 (44.92% from 255 or 24.20% from 471); Max value from RGB is 213 - color contains mainly: green. Hex color #90D572 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D572 is #6F2A8D. Grayscale: #B5B5B5. Windows color (decimal): -7285390 or 7525776. OLE color: 7525776.
HSL color Cylindrical-coordinate representation of color #90D572: hue angle of 101.82º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90D572 is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 213 | 114 | - |
| CMYK | 0.32 | 0 | 0.46 | 0.16 |
| HSL | 101.82º | 0.54% | 0.64% | - |
| HSV(B) | 101.82º | 0.46% | 0.84% | - |
| XYZ | 38.33 | 54.73 | 24.46 | - |
| YUV | 181.08 | 90.14 | 101.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 213 | 114 | 0.32 | 0 | 0.46 | 0.16 | 101.82 | 0.54 | 0.64 |
| Hex | 90 | D5 | 72 | 20 | 0 | 2E | 10 | 66 | 36 | 40 |
| Octal | 220 | 325 | 162 | 40 | 0 | 56 | 20 | 146 | 66 | 100 |
| Binary | 10010000 | 11010101 | 1110010 | 100000 | 0 | 101110 | 10000 | 1100110 | 110110 | 1000000 |
Color Harmonies of #90D572
Complementary color
Monochromatic Colors of #90D572
Black with #90D572
Text Example
Text Example
White with #90D572
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D572; }
p { color: rgb(144,213,114); }
H1.HeaderClassName
{
color: #90D572;
}
.AnyTagClassName
{
color: #90D572;
}
</style>
background-color css
<style>
a { background-color: #90D572; }
a { background-color: rgb(144,213,114); }
div.DivClassName
{
background-color: #90D572;
}
.BgClassName
{
background-color: #90D572;
}
</style>
border-color css
<style>
span { border-color: #90D572; }
span { border-color: rgb(144,213,114); }
td.TdClassName
{
border-color: #90D572;
}
.TagClassName
{
border-color: #90D572;
}
</style>