Shades of Gossip #90EA64
Tints of Gossip #90EA64
RGB
CMYK
RGB Variations
Color information
#90EA64 (or 0x90EA64) is known color: Gossip. HEX triplet: 90, EA and 64. RGB value is (144,234,100). Sum of RGB (Red+Green+Blue) = 144+234+100=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #90EA64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90EA64 is #6F159B. Grayscale: #C0C0C0. Windows color (decimal): -7280028 or 6613648. OLE color: 6613648.
HSL color Cylindrical-coordinate representation of color #90EA64: hue angle of 100.3º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #90EA64 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 234 | 100 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.08 |
| HSL | 100.3º | 0.76% | 0.65% | - |
| HSV(B) | 100.3º | 0.57% | 0.92% | - |
| XYZ | 43.22 | 65.7 | 22.46 | - |
| YUV | 191.81 | 76.18 | 93.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 234 | 100 | 0.38 | 0 | 0.57 | 0.08 | 100.3 | 0.76 | 0.65 |
| Hex | 90 | EA | 64 | 26 | 0 | 39 | 8 | 64 | 4C | 41 |
| Octal | 220 | 352 | 144 | 46 | 0 | 71 | 10 | 144 | 114 | 101 |
| Binary | 10010000 | 11101010 | 1100100 | 100110 | 0 | 111001 | 1000 | 1100100 | 1001100 | 1000001 |
Color Harmonies of #90EA64
Complementary color
Monochromatic Colors of #90EA64
Black with #90EA64
Text Example
Text Example
White with #90EA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EA64; }
p { color: rgb(144,234,100); }
H1.HeaderClassName
{
color: #90EA64;
}
.AnyTagClassName
{
color: #90EA64;
}
</style>
background-color css
<style>
a { background-color: #90EA64; }
a { background-color: rgb(144,234,100); }
div.DivClassName
{
background-color: #90EA64;
}
.BgClassName
{
background-color: #90EA64;
}
</style>
border-color css
<style>
span { border-color: #90EA64; }
span { border-color: rgb(144,234,100); }
td.TdClassName
{
border-color: #90EA64;
}
.TagClassName
{
border-color: #90EA64;
}
</style>