Shades of Gossip #90D777
Tints of Gossip #90D777
RGB
CMYK
RGB Variations
Color information
#90D777 (or 0x90D777) is known color: Gossip. HEX triplet: 90, D7 and 77. RGB value is (144,215,119). Sum of RGB (Red+Green+Blue) = 144+215+119=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 119 (46.88% from 255 or 24.90% from 478); Max value from RGB is 215 - color contains mainly: green. Hex color #90D777 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D777 is #6F2888. Grayscale: #B7B7B7. Windows color (decimal): -7284873 or 7853968. OLE color: 7853968.
HSL color Cylindrical-coordinate representation of color #90D777: hue angle of 104.38º degrees, saturation: 0.55, 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 #90D777 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 215 | 119 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.16 |
| HSL | 104.38º | 0.55% | 0.65% | - |
| HSV(B) | 104.38º | 0.45% | 0.84% | - |
| XYZ | 39.13 | 55.86 | 26.17 | - |
| YUV | 182.83 | 91.98 | 100.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 215 | 119 | 0.33 | 0 | 0.45 | 0.16 | 104.38 | 0.55 | 0.65 |
| Hex | 90 | D7 | 77 | 21 | 0 | 2D | 10 | 68 | 37 | 41 |
| Octal | 220 | 327 | 167 | 41 | 0 | 55 | 20 | 150 | 67 | 101 |
| Binary | 10010000 | 11010111 | 1110111 | 100001 | 0 | 101101 | 10000 | 1101000 | 110111 | 1000001 |
Color Harmonies of #90D777
Complementary color
Monochromatic Colors of #90D777
Black with #90D777
Text Example
Text Example
White with #90D777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D777; }
p { color: rgb(144,215,119); }
H1.HeaderClassName
{
color: #90D777;
}
.AnyTagClassName
{
color: #90D777;
}
</style>
background-color css
<style>
a { background-color: #90D777; }
a { background-color: rgb(144,215,119); }
div.DivClassName
{
background-color: #90D777;
}
.BgClassName
{
background-color: #90D777;
}
</style>
border-color css
<style>
span { border-color: #90D777; }
span { border-color: rgb(144,215,119); }
td.TdClassName
{
border-color: #90D777;
}
.TagClassName
{
border-color: #90D777;
}
</style>