Shades of Gossip #90D377
Tints of Gossip #90D377
RGB
CMYK
RGB Variations
Color information
#90D377 (or 0x90D377) is known color: Gossip. HEX triplet: 90, D3 and 77. RGB value is (144,211,119). Sum of RGB (Red+Green+Blue) = 144+211+119=474 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.38% from 474); Green value is 211 (82.81% from 255 or 44.51% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 211 - color contains mainly: green. Hex color #90D377 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D377 is #6F2C88. Grayscale: #B4B4B4. Windows color (decimal): -7285897 or 7852944. OLE color: 7852944.
HSL color Cylindrical-coordinate representation of color #90D377: hue angle of 103.7º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90D377 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 144 | 211 | 119 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.17 |
| HSL | 103.7º | 0.51% | 0.65% | - |
| HSV(B) | 103.7º | 0.44% | 0.83% | - |
| XYZ | 38.13 | 53.85 | 25.84 | - |
| YUV | 180.48 | 93.3 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 211 | 119 | 0.32 | 0 | 0.44 | 0.17 | 103.7 | 0.51 | 0.65 |
| Hex | 90 | D3 | 77 | 20 | 0 | 2C | 11 | 68 | 33 | 41 |
| Octal | 220 | 323 | 167 | 40 | 0 | 54 | 21 | 150 | 63 | 101 |
| Binary | 10010000 | 11010011 | 1110111 | 100000 | 0 | 101100 | 10001 | 1101000 | 110011 | 1000001 |
Color Harmonies of #90D377
Complementary color
Monochromatic Colors of #90D377
Black with #90D377
Text Example
Text Example
White with #90D377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D377; }
p { color: rgb(144,211,119); }
H1.HeaderClassName
{
color: #90D377;
}
.AnyTagClassName
{
color: #90D377;
}
</style>
background-color css
<style>
a { background-color: #90D377; }
a { background-color: rgb(144,211,119); }
div.DivClassName
{
background-color: #90D377;
}
.BgClassName
{
background-color: #90D377;
}
</style>
border-color css
<style>
span { border-color: #90D377; }
span { border-color: rgb(144,211,119); }
td.TdClassName
{
border-color: #90D377;
}
.TagClassName
{
border-color: #90D377;
}
</style>