Shades of Gossip #90DF70
Tints of Gossip #90DF70
RGB
CMYK
RGB Variations
Color information
#90DF70 (or 0x90DF70) is known color: Gossip. HEX triplet: 90, DF and 70. RGB value is (144,223,112). Sum of RGB (Red+Green+Blue) = 144+223+112=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 112 (44.14% from 255 or 23.38% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #90DF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DF70 is #6F208F. Grayscale: #BBBBBB. Windows color (decimal): -7282832 or 7397264. OLE color: 7397264.
HSL color Cylindrical-coordinate representation of color #90DF70: hue angle of 102.7º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #90DF70 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 223 | 112 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.13 |
| HSL | 102.7º | 0.63% | 0.66% | - |
| HSV(B) | 102.7º | 0.5% | 0.87% | - |
| XYZ | 40.81 | 59.87 | 24.74 | - |
| YUV | 186.73 | 85.83 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 223 | 112 | 0.35 | 0 | 0.50 | 0.13 | 102.7 | 0.63 | 0.66 |
| Hex | 90 | DF | 70 | 23 | 0 | 32 | D | 67 | 3F | 42 |
| Octal | 220 | 337 | 160 | 43 | 0 | 62 | 15 | 147 | 77 | 102 |
| Binary | 10010000 | 11011111 | 1110000 | 100011 | 0 | 110010 | 1101 | 1100111 | 111111 | 1000010 |
Color Harmonies of #90DF70
Complementary color
Monochromatic Colors of #90DF70
Black with #90DF70
Text Example
Text Example
White with #90DF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DF70; }
p { color: rgb(144,223,112); }
H1.HeaderClassName
{
color: #90DF70;
}
.AnyTagClassName
{
color: #90DF70;
}
</style>
background-color css
<style>
a { background-color: #90DF70; }
a { background-color: rgb(144,223,112); }
div.DivClassName
{
background-color: #90DF70;
}
.BgClassName
{
background-color: #90DF70;
}
</style>
border-color css
<style>
span { border-color: #90DF70; }
span { border-color: rgb(144,223,112); }
td.TdClassName
{
border-color: #90DF70;
}
.TagClassName
{
border-color: #90DF70;
}
</style>