Shades of Gossip #90EB70
Tints of Gossip #90EB70
RGB
CMYK
RGB Variations
Color information
#90EB70 (or 0x90EB70) is known color: Gossip. HEX triplet: 90, EB and 70. RGB value is (144,235,112). Sum of RGB (Red+Green+Blue) = 144+235+112=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 235 (92.19% from 255 or 47.86% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 235 - color contains mainly: green. Hex color #90EB70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90EB70 is #6F148F. Grayscale: #C2C2C2. Windows color (decimal): -7279760 or 7400336. OLE color: 7400336.
HSL color Cylindrical-coordinate representation of color #90EB70: hue angle of 104.39º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #90EB70 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 235 | 112 | - |
| CMYK | 0.39 | 0 | 0.52 | 0.08 |
| HSL | 104.39º | 0.75% | 0.68% | - |
| HSV(B) | 104.39º | 0.52% | 0.92% | - |
| XYZ | 44.13 | 66.52 | 25.84 | - |
| YUV | 193.77 | 81.85 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 235 | 112 | 0.39 | 0 | 0.52 | 0.08 | 104.39 | 0.75 | 0.68 |
| Hex | 90 | EB | 70 | 27 | 0 | 34 | 8 | 68 | 4B | 44 |
| Octal | 220 | 353 | 160 | 47 | 0 | 64 | 10 | 150 | 113 | 104 |
| Binary | 10010000 | 11101011 | 1110000 | 100111 | 0 | 110100 | 1000 | 1101000 | 1001011 | 1000100 |
Color Harmonies of #90EB70
Complementary color
Monochromatic Colors of #90EB70
Black with #90EB70
Text Example
Text Example
White with #90EB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EB70; }
p { color: rgb(144,235,112); }
H1.HeaderClassName
{
color: #90EB70;
}
.AnyTagClassName
{
color: #90EB70;
}
</style>
background-color css
<style>
a { background-color: #90EB70; }
a { background-color: rgb(144,235,112); }
div.DivClassName
{
background-color: #90EB70;
}
.BgClassName
{
background-color: #90EB70;
}
</style>
border-color css
<style>
span { border-color: #90EB70; }
span { border-color: rgb(144,235,112); }
td.TdClassName
{
border-color: #90EB70;
}
.TagClassName
{
border-color: #90EB70;
}
</style>