Shades of Gossip #90E675
Tints of Gossip #90E675
RGB
CMYK
RGB Variations
Color information
#90E675 (or 0x90E675) is known color: Gossip. HEX triplet: 90, E6 and 75. RGB value is (144,230,117). Sum of RGB (Red+Green+Blue) = 144+230+117=491 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.33% from 491); Green value is 230 (90.23% from 255 or 46.84% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 230 - color contains mainly: green. Hex color #90E675 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90E675 is #6F198A. Grayscale: #BFBFBF. Windows color (decimal): -7281035 or 7726736. OLE color: 7726736.
HSL color Cylindrical-coordinate representation of color #90E675: hue angle of 105.66º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #90E675 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 144 | 230 | 117 | - |
| CMYK | 0.37 | 0 | 0.49 | 0.10 |
| HSL | 105.66º | 0.69% | 0.68% | - |
| HSV(B) | 105.66º | 0.49% | 0.9% | - |
| XYZ | 43.01 | 63.81 | 26.88 | - |
| YUV | 191.4 | 86.01 | 94.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 230 | 117 | 0.37 | 0 | 0.49 | 0.10 | 105.66 | 0.69 | 0.68 |
| Hex | 90 | E6 | 75 | 25 | 0 | 31 | A | 6A | 45 | 44 |
| Octal | 220 | 346 | 165 | 45 | 0 | 61 | 12 | 152 | 105 | 104 |
| Binary | 10010000 | 11100110 | 1110101 | 100101 | 0 | 110001 | 1010 | 1101010 | 1000101 | 1000100 |
Color Harmonies of #90E675
Complementary color
Monochromatic Colors of #90E675
Black with #90E675
Text Example
Text Example
White with #90E675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90E675; }
p { color: rgb(144,230,117); }
H1.HeaderClassName
{
color: #90E675;
}
.AnyTagClassName
{
color: #90E675;
}
</style>
background-color css
<style>
a { background-color: #90E675; }
a { background-color: rgb(144,230,117); }
div.DivClassName
{
background-color: #90E675;
}
.BgClassName
{
background-color: #90E675;
}
</style>
border-color css
<style>
span { border-color: #90E675; }
span { border-color: rgb(144,230,117); }
td.TdClassName
{
border-color: #90E675;
}
.TagClassName
{
border-color: #90E675;
}
</style>