Shades of Gossip #90DA81
Tints of Gossip #90DA81
RGB
CMYK
RGB Variations
Color information
#90DA81 (or 0x90DA81) is known color: Gossip. HEX triplet: 90, DA and 81. RGB value is (144,218,129). Sum of RGB (Red+Green+Blue) = 144+218+129=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 129 (50.78% from 255 or 26.27% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #90DA81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DA81 is #6F257E. Grayscale: #BABABA. Windows color (decimal): -7284095 or 8510096. OLE color: 8510096.
HSL color Cylindrical-coordinate representation of color #90DA81: hue angle of 109.89º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90DA81 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 129 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.15 |
| HSL | 109.89º | 0.55% | 0.68% | - |
| HSV(B) | 109.89º | 0.41% | 0.85% | - |
| XYZ | 40.54 | 57.66 | 29.76 | - |
| YUV | 185.73 | 95.98 | 98.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 129 | 0.34 | 0 | 0.41 | 0.15 | 109.89 | 0.55 | 0.68 |
| Hex | 90 | DA | 81 | 22 | 0 | 29 | F | 6E | 37 | 44 |
| Octal | 220 | 332 | 201 | 42 | 0 | 51 | 17 | 156 | 67 | 104 |
| Binary | 10010000 | 11011010 | 10000001 | 100010 | 0 | 101001 | 1111 | 1101110 | 110111 | 1000100 |
Color Harmonies of #90DA81
Complementary color
Monochromatic Colors of #90DA81
Black with #90DA81
Text Example
Text Example
White with #90DA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DA81; }
p { color: rgb(144,218,129); }
H1.HeaderClassName
{
color: #90DA81;
}
.AnyTagClassName
{
color: #90DA81;
}
</style>
background-color css
<style>
a { background-color: #90DA81; }
a { background-color: rgb(144,218,129); }
div.DivClassName
{
background-color: #90DA81;
}
.BgClassName
{
background-color: #90DA81;
}
</style>
border-color css
<style>
span { border-color: #90DA81; }
span { border-color: rgb(144,218,129); }
td.TdClassName
{
border-color: #90DA81;
}
.TagClassName
{
border-color: #90DA81;
}
</style>