Shades of Gossip #90EB74
Tints of Gossip #90EB74
RGB
CMYK
RGB Variations
Color information
#90EB74 (or 0x90EB74) is known color: Gossip. HEX triplet: 90, EB and 74. RGB value is (144,235,116). Sum of RGB (Red+Green+Blue) = 144+235+116=495 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.09% from 495); Green value is 235 (92.19% from 255 or 47.47% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 235 - color contains mainly: green. Hex color #90EB74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90EB74 is #6F148B. Grayscale: #C2C2C2. Windows color (decimal): -7279756 or 7662480. OLE color: 7662480.
HSL color Cylindrical-coordinate representation of color #90EB74: hue angle of 105.88º 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 #90EB74 is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 144 | 235 | 116 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.08 |
| HSL | 105.88º | 0.75% | 0.69% | - |
| HSV(B) | 105.88º | 0.51% | 0.92% | - |
| XYZ | 44.36 | 66.61 | 27.04 | - |
| YUV | 194.23 | 83.85 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 235 | 116 | 0.39 | 0 | 0.51 | 0.08 | 105.88 | 0.75 | 0.69 |
| Hex | 90 | EB | 74 | 27 | 0 | 33 | 8 | 6A | 4B | 45 |
| Octal | 220 | 353 | 164 | 47 | 0 | 63 | 10 | 152 | 113 | 105 |
| Binary | 10010000 | 11101011 | 1110100 | 100111 | 0 | 110011 | 1000 | 1101010 | 1001011 | 1000101 |
Color Harmonies of #90EB74
Complementary color
Monochromatic Colors of #90EB74
Black with #90EB74
Text Example
Text Example
White with #90EB74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90EB74; }
p { color: rgb(144,235,116); }
H1.HeaderClassName
{
color: #90EB74;
}
.AnyTagClassName
{
color: #90EB74;
}
</style>
background-color css
<style>
a { background-color: #90EB74; }
a { background-color: rgb(144,235,116); }
div.DivClassName
{
background-color: #90EB74;
}
.BgClassName
{
background-color: #90EB74;
}
</style>
border-color css
<style>
span { border-color: #90EB74; }
span { border-color: rgb(144,235,116); }
td.TdClassName
{
border-color: #90EB74;
}
.TagClassName
{
border-color: #90EB74;
}
</style>