Shades of Gossip #90D071
Tints of Gossip #90D071
RGB
CMYK
RGB Variations
Color information
#90D071 (or 0x90D071) is known color: Gossip. HEX triplet: 90, D0 and 71. RGB value is (144,208,113). Sum of RGB (Red+Green+Blue) = 144+208+113=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 208 (81.64% from 255 or 44.73% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 208 - color contains mainly: green. Hex color #90D071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D071 is #6F2F8E. Grayscale: #B2B2B2. Windows color (decimal): -7286671 or 7458960. OLE color: 7458960.
HSL color Cylindrical-coordinate representation of color #90D071: hue angle of 100.42º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90D071 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 208 | 113 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.18 |
| HSL | 100.42º | 0.5% | 0.63% | - |
| HSV(B) | 100.42º | 0.46% | 0.82% | - |
| XYZ | 37.04 | 52.23 | 23.75 | - |
| YUV | 178.03 | 91.3 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 208 | 113 | 0.31 | 0 | 0.46 | 0.18 | 100.42 | 0.5 | 0.63 |
| Hex | 90 | D0 | 71 | 1F | 0 | 2E | 12 | 64 | 32 | 3F |
| Octal | 220 | 320 | 161 | 37 | 0 | 56 | 22 | 144 | 62 | 77 |
| Binary | 10010000 | 11010000 | 1110001 | 11111 | 0 | 101110 | 10010 | 1100100 | 110010 | 111111 |
Color Harmonies of #90D071
Complementary color
Monochromatic Colors of #90D071
Black with #90D071
Text Example
Text Example
White with #90D071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D071; }
p { color: rgb(144,208,113); }
H1.HeaderClassName
{
color: #90D071;
}
.AnyTagClassName
{
color: #90D071;
}
</style>
background-color css
<style>
a { background-color: #90D071; }
a { background-color: rgb(144,208,113); }
div.DivClassName
{
background-color: #90D071;
}
.BgClassName
{
background-color: #90D071;
}
</style>
border-color css
<style>
span { border-color: #90D071; }
span { border-color: rgb(144,208,113); }
td.TdClassName
{
border-color: #90D071;
}
.TagClassName
{
border-color: #90D071;
}
</style>