Shades of Gossip #90D774
Tints of Gossip #90D774
RGB
CMYK
RGB Variations
Color information
#90D774 (or 0x90D774) is known color: Gossip. HEX triplet: 90, D7 and 74. RGB value is (144,215,116). Sum of RGB (Red+Green+Blue) = 144+215+116=475 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.32% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #90D774 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D774 is #6F288B. Grayscale: #B6B6B6. Windows color (decimal): -7284876 or 7657360. OLE color: 7657360.
HSL color Cylindrical-coordinate representation of color #90D774: hue angle of 103.03º 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 #90D774 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 144 | 215 | 116 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.16 |
| HSL | 103.03º | 0.55% | 0.65% | - |
| HSV(B) | 103.03º | 0.46% | 0.84% | - |
| XYZ | 38.95 | 55.79 | 25.24 | - |
| YUV | 182.49 | 90.48 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 215 | 116 | 0.33 | 0 | 0.46 | 0.16 | 103.03 | 0.55 | 0.65 |
| Hex | 90 | D7 | 74 | 21 | 0 | 2E | 10 | 67 | 37 | 41 |
| Octal | 220 | 327 | 164 | 41 | 0 | 56 | 20 | 147 | 67 | 101 |
| Binary | 10010000 | 11010111 | 1110100 | 100001 | 0 | 101110 | 10000 | 1100111 | 110111 | 1000001 |
Color Harmonies of #90D774
Complementary color
Monochromatic Colors of #90D774
Black with #90D774
Text Example
Text Example
White with #90D774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90D774; }
p { color: rgb(144,215,116); }
H1.HeaderClassName
{
color: #90D774;
}
.AnyTagClassName
{
color: #90D774;
}
</style>
background-color css
<style>
a { background-color: #90D774; }
a { background-color: rgb(144,215,116); }
div.DivClassName
{
background-color: #90D774;
}
.BgClassName
{
background-color: #90D774;
}
</style>
border-color css
<style>
span { border-color: #90D774; }
span { border-color: rgb(144,215,116); }
td.TdClassName
{
border-color: #90D774;
}
.TagClassName
{
border-color: #90D774;
}
</style>