Shades of Gossip #90CD73
Tints of Gossip #90CD73
RGB
CMYK
RGB Variations
Color information
#90CD73 (or 0x90CD73) is known color: Gossip. HEX triplet: 90, CD and 73. RGB value is (144,205,115). Sum of RGB (Red+Green+Blue) = 144+205+115=464 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.03% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 115 (45.31% from 255 or 24.78% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #90CD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CD73 is #6F328C. Grayscale: #B0B0B0. Windows color (decimal): -7287437 or 7589264. OLE color: 7589264.
HSL color Cylindrical-coordinate representation of color #90CD73: hue angle of 100.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90CD73 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 205 | 115 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.20 |
| HSL | 100.67º | 0.47% | 0.63% | - |
| HSV(B) | 100.67º | 0.44% | 0.8% | - |
| XYZ | 36.43 | 50.83 | 24.11 | - |
| YUV | 176.5 | 93.29 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 115 | 0.30 | 0 | 0.44 | 0.20 | 100.67 | 0.47 | 0.63 |
| Hex | 90 | CD | 73 | 1E | 0 | 2C | 14 | 65 | 2F | 3F |
| Octal | 220 | 315 | 163 | 36 | 0 | 54 | 24 | 145 | 57 | 77 |
| Binary | 10010000 | 11001101 | 1110011 | 11110 | 0 | 101100 | 10100 | 1100101 | 101111 | 111111 |
Color Harmonies of #90CD73
Complementary color
Monochromatic Colors of #90CD73
Black with #90CD73
Text Example
Text Example
White with #90CD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CD73; }
p { color: rgb(144,205,115); }
H1.HeaderClassName
{
color: #90CD73;
}
.AnyTagClassName
{
color: #90CD73;
}
</style>
background-color css
<style>
a { background-color: #90CD73; }
a { background-color: rgb(144,205,115); }
div.DivClassName
{
background-color: #90CD73;
}
.BgClassName
{
background-color: #90CD73;
}
</style>
border-color css
<style>
span { border-color: #90CD73; }
span { border-color: rgb(144,205,115); }
td.TdClassName
{
border-color: #90CD73;
}
.TagClassName
{
border-color: #90CD73;
}
</style>