Shades of Gossip #90D271
Tints of Gossip #90D271
RGB
CMYK
RGB Variations
Color information
#90D271 (or 0x90D271) is known color: Gossip. HEX triplet: 90, D2 and 71. RGB value is (144,210,113). Sum of RGB (Red+Green+Blue) = 144+210+113=467 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.84% from 467); Green value is 210 (82.42% from 255 or 44.97% from 467); Blue value is 113 (44.53% from 255 or 24.20% from 467); Max value from RGB is 210 - color contains mainly: green. Hex color #90D271 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D271 is #6F2D8E. Grayscale: #B3B3B3. Windows color (decimal): -7286159 or 7459472. OLE color: 7459472.
HSL color Cylindrical-coordinate representation of color #90D271: hue angle of 100.82º degrees, saturation: 0.52, 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 #90D271 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 144 | 210 | 113 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.18 |
| HSL | 100.82º | 0.52% | 0.63% | - |
| HSV(B) | 100.82º | 0.46% | 0.82% | - |
| XYZ | 37.53 | 53.21 | 23.92 | - |
| YUV | 179.21 | 90.63 | 102.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 210 | 113 | 0.31 | 0 | 0.46 | 0.18 | 100.82 | 0.52 | 0.63 |
| Hex | 90 | D2 | 71 | 1F | 0 | 2E | 12 | 65 | 34 | 3F |
| Octal | 220 | 322 | 161 | 37 | 0 | 56 | 22 | 145 | 64 | 77 |
| Binary | 10010000 | 11010010 | 1110001 | 11111 | 0 | 101110 | 10010 | 1100101 | 110100 | 111111 |
Color Harmonies of #90D271
Complementary color
Monochromatic Colors of #90D271
Black with #90D271
Text Example
Text Example
White with #90D271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D271; }
p { color: rgb(144,210,113); }
H1.HeaderClassName
{
color: #90D271;
}
.AnyTagClassName
{
color: #90D271;
}
</style>
background-color css
<style>
a { background-color: #90D271; }
a { background-color: rgb(144,210,113); }
div.DivClassName
{
background-color: #90D271;
}
.BgClassName
{
background-color: #90D271;
}
</style>
border-color css
<style>
span { border-color: #90D271; }
span { border-color: rgb(144,210,113); }
td.TdClassName
{
border-color: #90D271;
}
.TagClassName
{
border-color: #90D271;
}
</style>