Shades of Gossip #90DD71
Tints of Gossip #90DD71
RGB
CMYK
RGB Variations
Color information
#90DD71 (or 0x90DD71) is known color: Gossip. HEX triplet: 90, DD and 71. RGB value is (144,221,113). Sum of RGB (Red+Green+Blue) = 144+221+113=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 113 (44.53% from 255 or 23.64% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #90DD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DD71 is #6F228E. Grayscale: #BABABA. Windows color (decimal): -7283343 or 7462288. OLE color: 7462288.
HSL color Cylindrical-coordinate representation of color #90DD71: hue angle of 102.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #90DD71 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 221 | 113 | - |
| CMYK | 0.35 | 0 | 0.49 | 0.13 |
| HSL | 102.78º | 0.61% | 0.65% | - |
| HSV(B) | 102.78º | 0.49% | 0.87% | - |
| XYZ | 40.34 | 58.83 | 24.85 | - |
| YUV | 185.67 | 86.99 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 221 | 113 | 0.35 | 0 | 0.49 | 0.13 | 102.78 | 0.61 | 0.65 |
| Hex | 90 | DD | 71 | 23 | 0 | 31 | D | 67 | 3D | 41 |
| Octal | 220 | 335 | 161 | 43 | 0 | 61 | 15 | 147 | 75 | 101 |
| Binary | 10010000 | 11011101 | 1110001 | 100011 | 0 | 110001 | 1101 | 1100111 | 111101 | 1000001 |
Color Harmonies of #90DD71
Complementary color
Monochromatic Colors of #90DD71
Black with #90DD71
Text Example
Text Example
White with #90DD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DD71; }
p { color: rgb(144,221,113); }
H1.HeaderClassName
{
color: #90DD71;
}
.AnyTagClassName
{
color: #90DD71;
}
</style>
background-color css
<style>
a { background-color: #90DD71; }
a { background-color: rgb(144,221,113); }
div.DivClassName
{
background-color: #90DD71;
}
.BgClassName
{
background-color: #90DD71;
}
</style>
border-color css
<style>
span { border-color: #90DD71; }
span { border-color: rgb(144,221,113); }
td.TdClassName
{
border-color: #90DD71;
}
.TagClassName
{
border-color: #90DD71;
}
</style>