Shades of Gossip #90D66C
Tints of Gossip #90D66C
RGB
CMYK
RGB Variations
Color information
#90D66C (or 0x90D66C) is known color: Gossip. HEX triplet: 90, D6 and 6C. RGB value is (144,214,108). Sum of RGB (Red+Green+Blue) = 144+214+108=466 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.90% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #90D66C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D66C is #6F2993. Grayscale: #B5B5B5. Windows color (decimal): -7285140 or 7132816. OLE color: 7132816.
HSL color Cylindrical-coordinate representation of color #90D66C: hue angle of 99.62º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #90D66C is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 214 | 108 | - |
| CMYK | 0.33 | 0 | 0.50 | 0.16 |
| HSL | 99.62º | 0.56% | 0.63% | - |
| HSV(B) | 99.62º | 0.5% | 0.84% | - |
| XYZ | 38.25 | 55.11 | 22.81 | - |
| YUV | 180.99 | 86.81 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 214 | 108 | 0.33 | 0 | 0.50 | 0.16 | 99.62 | 0.56 | 0.63 |
| Hex | 90 | D6 | 6C | 21 | 0 | 32 | 10 | 64 | 38 | 3F |
| Octal | 220 | 326 | 154 | 41 | 0 | 62 | 20 | 144 | 70 | 77 |
| Binary | 10010000 | 11010110 | 1101100 | 100001 | 0 | 110010 | 10000 | 1100100 | 111000 | 111111 |
Color Harmonies of #90D66C
Complementary color
Monochromatic Colors of #90D66C
Black with #90D66C
Text Example
Text Example
White with #90D66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D66C; }
p { color: rgb(144,214,108); }
H1.HeaderClassName
{
color: #90D66C;
}
.AnyTagClassName
{
color: #90D66C;
}
</style>
background-color css
<style>
a { background-color: #90D66C; }
a { background-color: rgb(144,214,108); }
div.DivClassName
{
background-color: #90D66C;
}
.BgClassName
{
background-color: #90D66C;
}
</style>
border-color css
<style>
span { border-color: #90D66C; }
span { border-color: rgb(144,214,108); }
td.TdClassName
{
border-color: #90D66C;
}
.TagClassName
{
border-color: #90D66C;
}
</style>