Shades of Gossip #90DC6D
Tints of Gossip #90DC6D
RGB
CMYK
RGB Variations
Color information
#90DC6D (or 0x90DC6D) is known color: Gossip. HEX triplet: 90, DC and 6D. RGB value is (144,220,109). Sum of RGB (Red+Green+Blue) = 144+220+109=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 220 - color contains mainly: green. Hex color #90DC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DC6D is #6F2392. Grayscale: #B8B8B8. Windows color (decimal): -7283603 or 7199888. OLE color: 7199888.
HSL color Cylindrical-coordinate representation of color #90DC6D: hue angle of 101.08º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #90DC6D is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 144 | 220 | 109 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.14 |
| HSL | 101.08º | 0.61% | 0.65% | - |
| HSV(B) | 101.08º | 0.5% | 0.86% | - |
| XYZ | 39.86 | 58.22 | 23.6 | - |
| YUV | 184.62 | 85.32 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 220 | 109 | 0.35 | 0 | 0.50 | 0.14 | 101.08 | 0.61 | 0.65 |
| Hex | 90 | DC | 6D | 23 | 0 | 32 | E | 65 | 3D | 41 |
| Octal | 220 | 334 | 155 | 43 | 0 | 62 | 16 | 145 | 75 | 101 |
| Binary | 10010000 | 11011100 | 1101101 | 100011 | 0 | 110010 | 1110 | 1100101 | 111101 | 1000001 |
Color Harmonies of #90DC6D
Complementary color
Monochromatic Colors of #90DC6D
Black with #90DC6D
Text Example
Text Example
White with #90DC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DC6D; }
p { color: rgb(144,220,109); }
H1.HeaderClassName
{
color: #90DC6D;
}
.AnyTagClassName
{
color: #90DC6D;
}
</style>
background-color css
<style>
a { background-color: #90DC6D; }
a { background-color: rgb(144,220,109); }
div.DivClassName
{
background-color: #90DC6D;
}
.BgClassName
{
background-color: #90DC6D;
}
</style>
border-color css
<style>
span { border-color: #90DC6D; }
span { border-color: rgb(144,220,109); }
td.TdClassName
{
border-color: #90DC6D;
}
.TagClassName
{
border-color: #90DC6D;
}
</style>