Shades of Gossip #90CE78
Tints of Gossip #90CE78
RGB
CMYK
RGB Variations
Color information
#90CE78 (or 0x90CE78) is known color: Gossip. HEX triplet: 90, CE and 78. RGB value is (144,206,120). Sum of RGB (Red+Green+Blue) = 144+206+120=470 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.64% from 470); Green value is 206 (80.86% from 255 or 43.83% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 206 - color contains mainly: green. Hex color #90CE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CE78 is #6F3187. Grayscale: #B1B1B1. Windows color (decimal): -7287176 or 7917200. OLE color: 7917200.
HSL color Cylindrical-coordinate representation of color #90CE78: hue angle of 103.26º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90CE78 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 206 | 120 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.19 |
| HSL | 103.26º | 0.47% | 0.64% | - |
| HSV(B) | 103.26º | 0.42% | 0.81% | - |
| XYZ | 36.96 | 51.43 | 25.75 | - |
| YUV | 177.66 | 95.46 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 206 | 120 | 0.30 | 0 | 0.42 | 0.19 | 103.26 | 0.47 | 0.64 |
| Hex | 90 | CE | 78 | 1E | 0 | 2A | 13 | 67 | 2F | 40 |
| Octal | 220 | 316 | 170 | 36 | 0 | 52 | 23 | 147 | 57 | 100 |
| Binary | 10010000 | 11001110 | 1111000 | 11110 | 0 | 101010 | 10011 | 1100111 | 101111 | 1000000 |
Color Harmonies of #90CE78
Complementary color
Monochromatic Colors of #90CE78
Black with #90CE78
Text Example
Text Example
White with #90CE78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CE78; }
p { color: rgb(144,206,120); }
H1.HeaderClassName
{
color: #90CE78;
}
.AnyTagClassName
{
color: #90CE78;
}
</style>
background-color css
<style>
a { background-color: #90CE78; }
a { background-color: rgb(144,206,120); }
div.DivClassName
{
background-color: #90CE78;
}
.BgClassName
{
background-color: #90CE78;
}
</style>
border-color css
<style>
span { border-color: #90CE78; }
span { border-color: rgb(144,206,120); }
td.TdClassName
{
border-color: #90CE78;
}
.TagClassName
{
border-color: #90CE78;
}
</style>