Shades of Gossip #90D775
Tints of Gossip #90D775
RGB
CMYK
RGB Variations
Color information
#90D775 (or 0x90D775) is known color: Gossip. HEX triplet: 90, D7 and 75. RGB value is (144,215,117). Sum of RGB (Red+Green+Blue) = 144+215+117=476 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.25% from 476); Green value is 215 (84.38% from 255 or 45.17% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 215 - color contains mainly: green. Hex color #90D775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D775 is #6F288A. Grayscale: #B6B6B6. Windows color (decimal): -7284875 or 7722896. OLE color: 7722896.
HSL color Cylindrical-coordinate representation of color #90D775: hue angle of 103.47º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90D775 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 215 | 117 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.16 |
| HSL | 103.47º | 0.55% | 0.65% | - |
| HSV(B) | 103.47º | 0.46% | 0.84% | - |
| XYZ | 39.01 | 55.81 | 25.55 | - |
| YUV | 182.6 | 90.98 | 100.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 215 | 117 | 0.33 | 0 | 0.46 | 0.16 | 103.47 | 0.55 | 0.65 |
| Hex | 90 | D7 | 75 | 21 | 0 | 2E | 10 | 67 | 37 | 41 |
| Octal | 220 | 327 | 165 | 41 | 0 | 56 | 20 | 147 | 67 | 101 |
| Binary | 10010000 | 11010111 | 1110101 | 100001 | 0 | 101110 | 10000 | 1100111 | 110111 | 1000001 |
Color Harmonies of #90D775
Complementary color
Monochromatic Colors of #90D775
Black with #90D775
Text Example
Text Example
White with #90D775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D775; }
p { color: rgb(144,215,117); }
H1.HeaderClassName
{
color: #90D775;
}
.AnyTagClassName
{
color: #90D775;
}
</style>
background-color css
<style>
a { background-color: #90D775; }
a { background-color: rgb(144,215,117); }
div.DivClassName
{
background-color: #90D775;
}
.BgClassName
{
background-color: #90D775;
}
</style>
border-color css
<style>
span { border-color: #90D775; }
span { border-color: rgb(144,215,117); }
td.TdClassName
{
border-color: #90D775;
}
.TagClassName
{
border-color: #90D775;
}
</style>