Shades of Gossip #90D483
Tints of Gossip #90D483
RGB
CMYK
RGB Variations
Color information
#90D483 (or 0x90D483) is known color: Gossip. HEX triplet: 90, D4 and 83. RGB value is (144,212,131). Sum of RGB (Red+Green+Blue) = 144+212+131=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 131 (51.56% from 255 or 26.90% from 487); Max value from RGB is 212 - color contains mainly: green. Hex color #90D483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90D483 is #6F2B7C. Grayscale: #B6B6B6. Windows color (decimal): -7285629 or 8639632. OLE color: 8639632.
HSL color Cylindrical-coordinate representation of color #90D483: hue angle of 110.37º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90D483 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 144 | 212 | 131 | - |
| CMYK | 0.32 | 0 | 0.38 | 0.17 |
| HSL | 110.37º | 0.49% | 0.67% | - |
| HSV(B) | 110.37º | 0.38% | 0.83% | - |
| XYZ | 39.14 | 54.65 | 29.96 | - |
| YUV | 182.43 | 98.97 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 212 | 131 | 0.32 | 0 | 0.38 | 0.17 | 110.37 | 0.49 | 0.67 |
| Hex | 90 | D4 | 83 | 20 | 0 | 26 | 11 | 6E | 31 | 43 |
| Octal | 220 | 324 | 203 | 40 | 0 | 46 | 21 | 156 | 61 | 103 |
| Binary | 10010000 | 11010100 | 10000011 | 100000 | 0 | 100110 | 10001 | 1101110 | 110001 | 1000011 |
Color Harmonies of #90D483
Complementary color
Monochromatic Colors of #90D483
Black with #90D483
Text Example
Text Example
White with #90D483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D483; }
p { color: rgb(144,212,131); }
H1.HeaderClassName
{
color: #90D483;
}
.AnyTagClassName
{
color: #90D483;
}
</style>
background-color css
<style>
a { background-color: #90D483; }
a { background-color: rgb(144,212,131); }
div.DivClassName
{
background-color: #90D483;
}
.BgClassName
{
background-color: #90D483;
}
</style>
border-color css
<style>
span { border-color: #90D483; }
span { border-color: rgb(144,212,131); }
td.TdClassName
{
border-color: #90D483;
}
.TagClassName
{
border-color: #90D483;
}
</style>