Shades of Gossip #90DA72
Tints of Gossip #90DA72
RGB
CMYK
RGB Variations
Color information
#90DA72 (or 0x90DA72) is known color: Gossip. HEX triplet: 90, DA and 72. RGB value is (144,218,114). Sum of RGB (Red+Green+Blue) = 144+218+114=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #90DA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DA72 is #6F258D. Grayscale: #B8B8B8. Windows color (decimal): -7284110 or 7527056. OLE color: 7527056.
HSL color Cylindrical-coordinate representation of color #90DA72: hue angle of 102.69º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90DA72 is Cyan = 0.34, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 144 | 218 | 114 | - |
| CMYK | 0.34 | 0 | 0.48 | 0.15 |
| HSL | 102.69º | 0.58% | 0.65% | - |
| HSV(B) | 102.69º | 0.48% | 0.85% | - |
| XYZ | 39.61 | 57.29 | 24.89 | - |
| YUV | 184.02 | 88.48 | 99.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 218 | 114 | 0.34 | 0 | 0.48 | 0.15 | 102.69 | 0.58 | 0.65 |
| Hex | 90 | DA | 72 | 22 | 0 | 30 | F | 67 | 3A | 41 |
| Octal | 220 | 332 | 162 | 42 | 0 | 60 | 17 | 147 | 72 | 101 |
| Binary | 10010000 | 11011010 | 1110010 | 100010 | 0 | 110000 | 1111 | 1100111 | 111010 | 1000001 |
Color Harmonies of #90DA72
Complementary color
Monochromatic Colors of #90DA72
Black with #90DA72
Text Example
Text Example
White with #90DA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DA72; }
p { color: rgb(144,218,114); }
H1.HeaderClassName
{
color: #90DA72;
}
.AnyTagClassName
{
color: #90DA72;
}
</style>
background-color css
<style>
a { background-color: #90DA72; }
a { background-color: rgb(144,218,114); }
div.DivClassName
{
background-color: #90DA72;
}
.BgClassName
{
background-color: #90DA72;
}
</style>
border-color css
<style>
span { border-color: #90DA72; }
span { border-color: rgb(144,218,114); }
td.TdClassName
{
border-color: #90DA72;
}
.TagClassName
{
border-color: #90DA72;
}
</style>