Shades of Gossip #90DD78
Tints of Gossip #90DD78
RGB
CMYK
RGB Variations
Color information
#90DD78 (or 0x90DD78) is known color: Gossip. HEX triplet: 90, DD and 78. RGB value is (144,221,120). Sum of RGB (Red+Green+Blue) = 144+221+120=485 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.69% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 120 (47.27% from 255 or 24.74% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #90DD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DD78 is #6F2287. Grayscale: #BABABA. Windows color (decimal): -7283336 or 7921040. OLE color: 7921040.
HSL color Cylindrical-coordinate representation of color #90DD78: hue angle of 105.74º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90DD78 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 221 | 120 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.13 |
| HSL | 105.74º | 0.6% | 0.67% | - |
| HSV(B) | 105.74º | 0.46% | 0.87% | - |
| XYZ | 40.75 | 59 | 27.01 | - |
| YUV | 186.46 | 90.49 | 97.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 221 | 120 | 0.35 | 0 | 0.46 | 0.13 | 105.74 | 0.6 | 0.67 |
| Hex | 90 | DD | 78 | 23 | 0 | 2E | D | 6A | 3C | 43 |
| Octal | 220 | 335 | 170 | 43 | 0 | 56 | 15 | 152 | 74 | 103 |
| Binary | 10010000 | 11011101 | 1111000 | 100011 | 0 | 101110 | 1101 | 1101010 | 111100 | 1000011 |
Color Harmonies of #90DD78
Complementary color
Monochromatic Colors of #90DD78
Black with #90DD78
Text Example
Text Example
White with #90DD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DD78; }
p { color: rgb(144,221,120); }
H1.HeaderClassName
{
color: #90DD78;
}
.AnyTagClassName
{
color: #90DD78;
}
</style>
background-color css
<style>
a { background-color: #90DD78; }
a { background-color: rgb(144,221,120); }
div.DivClassName
{
background-color: #90DD78;
}
.BgClassName
{
background-color: #90DD78;
}
</style>
border-color css
<style>
span { border-color: #90DD78; }
span { border-color: rgb(144,221,120); }
td.TdClassName
{
border-color: #90DD78;
}
.TagClassName
{
border-color: #90DD78;
}
</style>