Shades of Gossip #90EB73
Tints of Gossip #90EB73
RGB
CMYK
RGB Variations
Color information
#90EB73 (or 0x90EB73) is known color: Gossip. HEX triplet: 90, EB and 73. RGB value is (144,235,115). Sum of RGB (Red+Green+Blue) = 144+235+115=494 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.15% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 235 - color contains mainly: green. Hex color #90EB73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90EB73 is #6F148C. Grayscale: #C2C2C2. Windows color (decimal): -7279757 or 7596944. OLE color: 7596944.
HSL color Cylindrical-coordinate representation of color #90EB73: hue angle of 105.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90EB73 is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 235 | 115 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.08 |
| HSL | 105.5º | 0.75% | 0.69% | - |
| HSV(B) | 105.5º | 0.51% | 0.92% | - |
| XYZ | 44.3 | 66.58 | 26.74 | - |
| YUV | 194.11 | 83.35 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 235 | 115 | 0.39 | 0 | 0.51 | 0.08 | 105.5 | 0.75 | 0.69 |
| Hex | 90 | EB | 73 | 27 | 0 | 33 | 8 | 6A | 4B | 45 |
| Octal | 220 | 353 | 163 | 47 | 0 | 63 | 10 | 152 | 113 | 105 |
| Binary | 10010000 | 11101011 | 1110011 | 100111 | 0 | 110011 | 1000 | 1101010 | 1001011 | 1000101 |
Color Harmonies of #90EB73
Complementary color
Monochromatic Colors of #90EB73
Black with #90EB73
Text Example
Text Example
White with #90EB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EB73; }
p { color: rgb(144,235,115); }
H1.HeaderClassName
{
color: #90EB73;
}
.AnyTagClassName
{
color: #90EB73;
}
</style>
background-color css
<style>
a { background-color: #90EB73; }
a { background-color: rgb(144,235,115); }
div.DivClassName
{
background-color: #90EB73;
}
.BgClassName
{
background-color: #90EB73;
}
</style>
border-color css
<style>
span { border-color: #90EB73; }
span { border-color: rgb(144,235,115); }
td.TdClassName
{
border-color: #90EB73;
}
.TagClassName
{
border-color: #90EB73;
}
</style>