Shades of Gossip #90DF79
Tints of Gossip #90DF79
RGB
CMYK
RGB Variations
Color information
#90DF79 (or 0x90DF79) is known color: Gossip. HEX triplet: 90, DF and 79. RGB value is (144,223,121). Sum of RGB (Red+Green+Blue) = 144+223+121=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #90DF79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DF79 is #6F2086. Grayscale: #BCBCBC. Windows color (decimal): -7282823 or 7987088. OLE color: 7987088.
HSL color Cylindrical-coordinate representation of color #90DF79: hue angle of 106.47º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90DF79 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 223 | 121 | - |
| CMYK | 0.35 | 0 | 0.46 | 0.13 |
| HSL | 106.47º | 0.61% | 0.67% | - |
| HSV(B) | 106.47º | 0.46% | 0.87% | - |
| XYZ | 41.34 | 60.09 | 27.51 | - |
| YUV | 187.75 | 90.33 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 121 | 0.35 | 0 | 0.46 | 0.13 | 106.47 | 0.61 | 0.67 |
| Hex | 90 | DF | 79 | 23 | 0 | 2E | D | 6A | 3D | 43 |
| Octal | 220 | 337 | 171 | 43 | 0 | 56 | 15 | 152 | 75 | 103 |
| Binary | 10010000 | 11011111 | 1111001 | 100011 | 0 | 101110 | 1101 | 1101010 | 111101 | 1000011 |
Color Harmonies of #90DF79
Complementary color
Monochromatic Colors of #90DF79
Black with #90DF79
Text Example
Text Example
White with #90DF79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DF79; }
p { color: rgb(144,223,121); }
H1.HeaderClassName
{
color: #90DF79;
}
.AnyTagClassName
{
color: #90DF79;
}
</style>
background-color css
<style>
a { background-color: #90DF79; }
a { background-color: rgb(144,223,121); }
div.DivClassName
{
background-color: #90DF79;
}
.BgClassName
{
background-color: #90DF79;
}
</style>
border-color css
<style>
span { border-color: #90DF79; }
span { border-color: rgb(144,223,121); }
td.TdClassName
{
border-color: #90DF79;
}
.TagClassName
{
border-color: #90DF79;
}
</style>