Shades of Gossip #90D37B
Tints of Gossip #90D37B
RGB
CMYK
RGB Variations
Color information
#90D37B (or 0x90D37B) is known color: Gossip. HEX triplet: 90, D3 and 7B. RGB value is (144,211,123). Sum of RGB (Red+Green+Blue) = 144+211+123=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 123 (48.44% from 255 or 25.73% from 478); Max value from RGB is 211 - color contains mainly: green. Hex color #90D37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D37B is #6F2C84. Grayscale: #B5B5B5. Windows color (decimal): -7285893 or 8115088. OLE color: 8115088.
HSL color Cylindrical-coordinate representation of color #90D37B: hue angle of 105.68º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90D37B is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 144 | 211 | 123 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.17 |
| HSL | 105.68º | 0.5% | 0.65% | - |
| HSV(B) | 105.68º | 0.42% | 0.83% | - |
| XYZ | 38.37 | 53.95 | 27.13 | - |
| YUV | 180.94 | 95.3 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 211 | 123 | 0.32 | 0 | 0.42 | 0.17 | 105.68 | 0.5 | 0.65 |
| Hex | 90 | D3 | 7B | 20 | 0 | 2A | 11 | 6A | 32 | 41 |
| Octal | 220 | 323 | 173 | 40 | 0 | 52 | 21 | 152 | 62 | 101 |
| Binary | 10010000 | 11010011 | 1111011 | 100000 | 0 | 101010 | 10001 | 1101010 | 110010 | 1000001 |
Color Harmonies of #90D37B
Complementary color
Monochromatic Colors of #90D37B
Black with #90D37B
Text Example
Text Example
White with #90D37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D37B; }
p { color: rgb(144,211,123); }
H1.HeaderClassName
{
color: #90D37B;
}
.AnyTagClassName
{
color: #90D37B;
}
</style>
background-color css
<style>
a { background-color: #90D37B; }
a { background-color: rgb(144,211,123); }
div.DivClassName
{
background-color: #90D37B;
}
.BgClassName
{
background-color: #90D37B;
}
</style>
border-color css
<style>
span { border-color: #90D37B; }
span { border-color: rgb(144,211,123); }
td.TdClassName
{
border-color: #90D37B;
}
.TagClassName
{
border-color: #90D37B;
}
</style>