Shades of Gossip #90D779
Tints of Gossip #90D779
RGB
CMYK
RGB Variations
Color information
#90D779 (or 0x90D779) is known color: Gossip. HEX triplet: 90, D7 and 79. RGB value is (144,215,121). Sum of RGB (Red+Green+Blue) = 144+215+121=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 215 (84.38% from 255 or 44.79% from 480); Blue value is 121 (47.66% from 255 or 25.21% from 480); Max value from RGB is 215 - color contains mainly: green. Hex color #90D779 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D779 is #6F2886. Grayscale: #B7B7B7. Windows color (decimal): -7284871 or 7985040. OLE color: 7985040.
HSL color Cylindrical-coordinate representation of color #90D779: hue angle of 105.32º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90D779 is Cyan = 0.33, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 215 | 121 | - |
| CMYK | 0.33 | 0 | 0.44 | 0.16 |
| HSL | 105.32º | 0.54% | 0.66% | - |
| HSV(B) | 105.32º | 0.44% | 0.84% | - |
| XYZ | 39.25 | 55.91 | 26.81 | - |
| YUV | 183.06 | 92.98 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 215 | 121 | 0.33 | 0 | 0.44 | 0.16 | 105.32 | 0.54 | 0.66 |
| Hex | 90 | D7 | 79 | 21 | 0 | 2C | 10 | 69 | 36 | 42 |
| Octal | 220 | 327 | 171 | 41 | 0 | 54 | 20 | 151 | 66 | 102 |
| Binary | 10010000 | 11010111 | 1111001 | 100001 | 0 | 101100 | 10000 | 1101001 | 110110 | 1000010 |
Color Harmonies of #90D779
Complementary color
Monochromatic Colors of #90D779
Black with #90D779
Text Example
Text Example
White with #90D779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D779; }
p { color: rgb(144,215,121); }
H1.HeaderClassName
{
color: #90D779;
}
.AnyTagClassName
{
color: #90D779;
}
</style>
background-color css
<style>
a { background-color: #90D779; }
a { background-color: rgb(144,215,121); }
div.DivClassName
{
background-color: #90D779;
}
.BgClassName
{
background-color: #90D779;
}
</style>
border-color css
<style>
span { border-color: #90D779; }
span { border-color: rgb(144,215,121); }
td.TdClassName
{
border-color: #90D779;
}
.TagClassName
{
border-color: #90D779;
}
</style>