Shades of Gossip #90D47B
Tints of Gossip #90D47B
RGB
CMYK
RGB Variations
Color information
#90D47B (or 0x90D47B) is known color: Gossip. HEX triplet: 90, D4 and 7B. RGB value is (144,212,123). Sum of RGB (Red+Green+Blue) = 144+212+123=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 212 (83.20% from 255 or 44.26% from 479); Blue value is 123 (48.44% from 255 or 25.68% from 479); Max value from RGB is 212 - color contains mainly: green. Hex color #90D47B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D47B is #6F2B84. Grayscale: #B5B5B5. Windows color (decimal): -7285637 or 8115344. OLE color: 8115344.
HSL color Cylindrical-coordinate representation of color #90D47B: hue angle of 105.84º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90D47B is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 144 | 212 | 123 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.17 |
| HSL | 105.84º | 0.51% | 0.66% | - |
| HSV(B) | 105.84º | 0.42% | 0.83% | - |
| XYZ | 38.62 | 54.45 | 27.21 | - |
| YUV | 181.52 | 94.97 | 101.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 212 | 123 | 0.32 | 0 | 0.42 | 0.17 | 105.84 | 0.51 | 0.66 |
| Hex | 90 | D4 | 7B | 20 | 0 | 2A | 11 | 6A | 33 | 42 |
| Octal | 220 | 324 | 173 | 40 | 0 | 52 | 21 | 152 | 63 | 102 |
| Binary | 10010000 | 11010100 | 1111011 | 100000 | 0 | 101010 | 10001 | 1101010 | 110011 | 1000010 |
Color Harmonies of #90D47B
Complementary color
Monochromatic Colors of #90D47B
Black with #90D47B
Text Example
Text Example
White with #90D47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D47B; }
p { color: rgb(144,212,123); }
H1.HeaderClassName
{
color: #90D47B;
}
.AnyTagClassName
{
color: #90D47B;
}
</style>
background-color css
<style>
a { background-color: #90D47B; }
a { background-color: rgb(144,212,123); }
div.DivClassName
{
background-color: #90D47B;
}
.BgClassName
{
background-color: #90D47B;
}
</style>
border-color css
<style>
span { border-color: #90D47B; }
span { border-color: rgb(144,212,123); }
td.TdClassName
{
border-color: #90D47B;
}
.TagClassName
{
border-color: #90D47B;
}
</style>