Shades of Gossip #90E965
Tints of Gossip #90E965
RGB
CMYK
RGB Variations
Color information
#90E965 (or 0x90E965) is known color: Gossip. HEX triplet: 90, E9 and 65. RGB value is (144,233,101). Sum of RGB (Red+Green+Blue) = 144+233+101=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 233 (91.41% from 255 or 48.74% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 233 - color contains mainly: green. Hex color #90E965 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90E965 is #6F169A. Grayscale: #BFBFBF. Windows color (decimal): -7280283 or 6678928. OLE color: 6678928.
HSL color Cylindrical-coordinate representation of color #90E965: hue angle of 100.45º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #90E965 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 144 | 233 | 101 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.09 |
| HSL | 100.45º | 0.75% | 0.65% | - |
| HSV(B) | 100.45º | 0.57% | 0.91% | - |
| XYZ | 42.99 | 65.15 | 22.62 | - |
| YUV | 191.34 | 77.01 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 233 | 101 | 0.38 | 0 | 0.57 | 0.09 | 100.45 | 0.75 | 0.65 |
| Hex | 90 | E9 | 65 | 26 | 0 | 39 | 9 | 64 | 4B | 41 |
| Octal | 220 | 351 | 145 | 46 | 0 | 71 | 11 | 144 | 113 | 101 |
| Binary | 10010000 | 11101001 | 1100101 | 100110 | 0 | 111001 | 1001 | 1100100 | 1001011 | 1000001 |
Color Harmonies of #90E965
Complementary color
Monochromatic Colors of #90E965
Black with #90E965
Text Example
Text Example
White with #90E965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E965; }
p { color: rgb(144,233,101); }
H1.HeaderClassName
{
color: #90E965;
}
.AnyTagClassName
{
color: #90E965;
}
</style>
background-color css
<style>
a { background-color: #90E965; }
a { background-color: rgb(144,233,101); }
div.DivClassName
{
background-color: #90E965;
}
.BgClassName
{
background-color: #90E965;
}
</style>
border-color css
<style>
span { border-color: #90E965; }
span { border-color: rgb(144,233,101); }
td.TdClassName
{
border-color: #90E965;
}
.TagClassName
{
border-color: #90E965;
}
</style>