Shades of Gossip #90EC66
Tints of Gossip #90EC66
RGB
CMYK
RGB Variations
Color information
#90EC66 (or 0x90EC66) is known color: Gossip. HEX triplet: 90, EC and 66. RGB value is (144,236,102). Sum of RGB (Red+Green+Blue) = 144+236+102=482 (63% of max value = 765). Red value is 144 (56.64% from 255 or 29.88% from 482); Green value is 236 (92.58% from 255 or 48.96% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 236 - color contains mainly: green. Hex color #90EC66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90EC66 is #6F1399. Grayscale: #C1C1C1. Windows color (decimal): -7279514 or 6745232. OLE color: 6745232.
HSL color Cylindrical-coordinate representation of color #90EC66: hue angle of 101.19º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #90EC66 is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 236 | 102 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.07 |
| HSL | 101.19º | 0.78% | 0.66% | - |
| HSV(B) | 101.19º | 0.57% | 0.93% | - |
| XYZ | 43.9 | 66.88 | 23.17 | - |
| YUV | 193.22 | 76.52 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 236 | 102 | 0.39 | 0 | 0.57 | 0.07 | 101.19 | 0.78 | 0.66 |
| Hex | 90 | EC | 66 | 27 | 0 | 39 | 7 | 65 | 4E | 42 |
| Octal | 220 | 354 | 146 | 47 | 0 | 71 | 7 | 145 | 116 | 102 |
| Binary | 10010000 | 11101100 | 1100110 | 100111 | 0 | 111001 | 111 | 1100101 | 1001110 | 1000010 |
Color Harmonies of #90EC66
Complementary color
Monochromatic Colors of #90EC66
Black with #90EC66
Text Example
Text Example
White with #90EC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EC66; }
p { color: rgb(144,236,102); }
H1.HeaderClassName
{
color: #90EC66;
}
.AnyTagClassName
{
color: #90EC66;
}
</style>
background-color css
<style>
a { background-color: #90EC66; }
a { background-color: rgb(144,236,102); }
div.DivClassName
{
background-color: #90EC66;
}
.BgClassName
{
background-color: #90EC66;
}
</style>
border-color css
<style>
span { border-color: #90EC66; }
span { border-color: rgb(144,236,102); }
td.TdClassName
{
border-color: #90EC66;
}
.TagClassName
{
border-color: #90EC66;
}
</style>