Shades of Gossip #90CE73
Tints of Gossip #90CE73
RGB
CMYK
RGB Variations
Color information
#90CE73 (or 0x90CE73) is known color: Gossip. HEX triplet: 90, CE and 73. RGB value is (144,206,115). Sum of RGB (Red+Green+Blue) = 144+206+115=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 115 (45.31% from 255 or 24.73% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #90CE73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CE73 is #6F318C. Grayscale: #B1B1B1. Windows color (decimal): -7287181 or 7589520. OLE color: 7589520.
HSL color Cylindrical-coordinate representation of color #90CE73: hue angle of 100.88º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90CE73 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 206 | 115 | - |
| CMYK | 0.30 | 0 | 0.44 | 0.19 |
| HSL | 100.88º | 0.48% | 0.63% | - |
| HSV(B) | 100.88º | 0.44% | 0.81% | - |
| XYZ | 36.67 | 51.31 | 24.19 | - |
| YUV | 177.09 | 92.96 | 104.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 206 | 115 | 0.30 | 0 | 0.44 | 0.19 | 100.88 | 0.48 | 0.63 |
| Hex | 90 | CE | 73 | 1E | 0 | 2C | 13 | 65 | 30 | 3F |
| Octal | 220 | 316 | 163 | 36 | 0 | 54 | 23 | 145 | 60 | 77 |
| Binary | 10010000 | 11001110 | 1110011 | 11110 | 0 | 101100 | 10011 | 1100101 | 110000 | 111111 |
Color Harmonies of #90CE73
Complementary color
Monochromatic Colors of #90CE73
Black with #90CE73
Text Example
Text Example
White with #90CE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CE73; }
p { color: rgb(144,206,115); }
H1.HeaderClassName
{
color: #90CE73;
}
.AnyTagClassName
{
color: #90CE73;
}
</style>
background-color css
<style>
a { background-color: #90CE73; }
a { background-color: rgb(144,206,115); }
div.DivClassName
{
background-color: #90CE73;
}
.BgClassName
{
background-color: #90CE73;
}
</style>
border-color css
<style>
span { border-color: #90CE73; }
span { border-color: rgb(144,206,115); }
td.TdClassName
{
border-color: #90CE73;
}
.TagClassName
{
border-color: #90CE73;
}
</style>