Shades of Gossip #90EA65
Tints of Gossip #90EA65
RGB
CMYK
RGB Variations
Color information
#90EA65 (or 0x90EA65) is known color: Gossip. HEX triplet: 90, EA and 65. RGB value is (144,234,101). Sum of RGB (Red+Green+Blue) = 144+234+101=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 101 (39.84% from 255 or 21.09% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #90EA65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90EA65 is #6F159A. Grayscale: #C0C0C0. Windows color (decimal): -7280027 or 6679184. OLE color: 6679184.
HSL color Cylindrical-coordinate representation of color #90EA65: hue angle of 100.6º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #90EA65 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 234 | 101 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.08 |
| HSL | 100.6º | 0.76% | 0.66% | - |
| HSV(B) | 100.6º | 0.57% | 0.92% | - |
| XYZ | 43.27 | 65.71 | 22.72 | - |
| YUV | 191.93 | 76.68 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 101 | 0.38 | 0 | 0.57 | 0.08 | 100.6 | 0.76 | 0.66 |
| Hex | 90 | EA | 65 | 26 | 0 | 39 | 8 | 65 | 4C | 42 |
| Octal | 220 | 352 | 145 | 46 | 0 | 71 | 10 | 145 | 114 | 102 |
| Binary | 10010000 | 11101010 | 1100101 | 100110 | 0 | 111001 | 1000 | 1100101 | 1001100 | 1000010 |
Color Harmonies of #90EA65
Complementary color
Monochromatic Colors of #90EA65
Black with #90EA65
Text Example
Text Example
White with #90EA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EA65; }
p { color: rgb(144,234,101); }
H1.HeaderClassName
{
color: #90EA65;
}
.AnyTagClassName
{
color: #90EA65;
}
</style>
background-color css
<style>
a { background-color: #90EA65; }
a { background-color: rgb(144,234,101); }
div.DivClassName
{
background-color: #90EA65;
}
.BgClassName
{
background-color: #90EA65;
}
</style>
border-color css
<style>
span { border-color: #90EA65; }
span { border-color: rgb(144,234,101); }
td.TdClassName
{
border-color: #90EA65;
}
.TagClassName
{
border-color: #90EA65;
}
</style>