Shades of Gossip #90DF75
Tints of Gossip #90DF75
RGB
CMYK
RGB Variations
Color information
#90DF75 (or 0x90DF75) is known color: Gossip. HEX triplet: 90, DF and 75. RGB value is (144,223,117). Sum of RGB (Red+Green+Blue) = 144+223+117=484 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.75% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #90DF75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DF75 is #6F208A. Grayscale: #BBBBBB. Windows color (decimal): -7282827 or 7724944. OLE color: 7724944.
HSL color Cylindrical-coordinate representation of color #90DF75: hue angle of 104.72º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #90DF75 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 223 | 117 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.13 |
| HSL | 104.72º | 0.62% | 0.67% | - |
| HSV(B) | 104.72º | 0.48% | 0.87% | - |
| XYZ | 41.1 | 59.99 | 26.24 | - |
| YUV | 187.3 | 88.33 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 117 | 0.35 | 0 | 0.48 | 0.13 | 104.72 | 0.62 | 0.67 |
| Hex | 90 | DF | 75 | 23 | 0 | 30 | D | 69 | 3E | 43 |
| Octal | 220 | 337 | 165 | 43 | 0 | 60 | 15 | 151 | 76 | 103 |
| Binary | 10010000 | 11011111 | 1110101 | 100011 | 0 | 110000 | 1101 | 1101001 | 111110 | 1000011 |
Color Harmonies of #90DF75
Complementary color
Monochromatic Colors of #90DF75
Black with #90DF75
Text Example
Text Example
White with #90DF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DF75; }
p { color: rgb(144,223,117); }
H1.HeaderClassName
{
color: #90DF75;
}
.AnyTagClassName
{
color: #90DF75;
}
</style>
background-color css
<style>
a { background-color: #90DF75; }
a { background-color: rgb(144,223,117); }
div.DivClassName
{
background-color: #90DF75;
}
.BgClassName
{
background-color: #90DF75;
}
</style>
border-color css
<style>
span { border-color: #90DF75; }
span { border-color: rgb(144,223,117); }
td.TdClassName
{
border-color: #90DF75;
}
.TagClassName
{
border-color: #90DF75;
}
</style>