Shades of Gossip #90DC70
Tints of Gossip #90DC70
RGB
CMYK
RGB Variations
Color information
#90DC70 (or 0x90DC70) is known color: Gossip. HEX triplet: 90, DC and 70. RGB value is (144,220,112). Sum of RGB (Red+Green+Blue) = 144+220+112=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 112 (44.14% from 255 or 23.53% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #90DC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DC70 is #6F238F. Grayscale: #B9B9B9. Windows color (decimal): -7283600 or 7396496. OLE color: 7396496.
HSL color Cylindrical-coordinate representation of color #90DC70: hue angle of 102.22º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #90DC70 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 220 | 112 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.14 |
| HSL | 102.22º | 0.61% | 0.65% | - |
| HSV(B) | 102.22º | 0.49% | 0.86% | - |
| XYZ | 40.02 | 58.29 | 24.47 | - |
| YUV | 184.96 | 86.82 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 112 | 0.35 | 0 | 0.49 | 0.14 | 102.22 | 0.61 | 0.65 |
| Hex | 90 | DC | 70 | 23 | 0 | 31 | E | 66 | 3D | 41 |
| Octal | 220 | 334 | 160 | 43 | 0 | 61 | 16 | 146 | 75 | 101 |
| Binary | 10010000 | 11011100 | 1110000 | 100011 | 0 | 110001 | 1110 | 1100110 | 111101 | 1000001 |
Color Harmonies of #90DC70
Complementary color
Monochromatic Colors of #90DC70
Black with #90DC70
Text Example
Text Example
White with #90DC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DC70; }
p { color: rgb(144,220,112); }
H1.HeaderClassName
{
color: #90DC70;
}
.AnyTagClassName
{
color: #90DC70;
}
</style>
background-color css
<style>
a { background-color: #90DC70; }
a { background-color: rgb(144,220,112); }
div.DivClassName
{
background-color: #90DC70;
}
.BgClassName
{
background-color: #90DC70;
}
</style>
border-color css
<style>
span { border-color: #90DC70; }
span { border-color: rgb(144,220,112); }
td.TdClassName
{
border-color: #90DC70;
}
.TagClassName
{
border-color: #90DC70;
}
</style>