Shades of Gossip #90DC71
Tints of Gossip #90DC71
RGB
CMYK
RGB Variations
Color information
#90DC71 (or 0x90DC71) is known color: Gossip. HEX triplet: 90, DC and 71. RGB value is (144,220,113). Sum of RGB (Red+Green+Blue) = 144+220+113=477 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.19% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 113 (44.53% from 255 or 23.69% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #90DC71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DC71 is #6F238E. Grayscale: #B9B9B9. Windows color (decimal): -7283599 or 7462032. OLE color: 7462032.
HSL color Cylindrical-coordinate representation of color #90DC71: hue angle of 102.62º degrees, saturation: 0.6, 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 #90DC71 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 220 | 113 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.14 |
| HSL | 102.62º | 0.6% | 0.65% | - |
| HSV(B) | 102.62º | 0.49% | 0.86% | - |
| XYZ | 40.08 | 58.31 | 24.77 | - |
| YUV | 185.08 | 87.32 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 113 | 0.35 | 0 | 0.49 | 0.14 | 102.62 | 0.6 | 0.65 |
| Hex | 90 | DC | 71 | 23 | 0 | 31 | E | 67 | 3C | 41 |
| Octal | 220 | 334 | 161 | 43 | 0 | 61 | 16 | 147 | 74 | 101 |
| Binary | 10010000 | 11011100 | 1110001 | 100011 | 0 | 110001 | 1110 | 1100111 | 111100 | 1000001 |
Color Harmonies of #90DC71
Complementary color
Monochromatic Colors of #90DC71
Black with #90DC71
Text Example
Text Example
White with #90DC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DC71; }
p { color: rgb(144,220,113); }
H1.HeaderClassName
{
color: #90DC71;
}
.AnyTagClassName
{
color: #90DC71;
}
</style>
background-color css
<style>
a { background-color: #90DC71; }
a { background-color: rgb(144,220,113); }
div.DivClassName
{
background-color: #90DC71;
}
.BgClassName
{
background-color: #90DC71;
}
</style>
border-color css
<style>
span { border-color: #90DC71; }
span { border-color: rgb(144,220,113); }
td.TdClassName
{
border-color: #90DC71;
}
.TagClassName
{
border-color: #90DC71;
}
</style>