Shades of Gossip #90CE79
Tints of Gossip #90CE79
RGB
CMYK
RGB Variations
Color information
#90CE79 (or 0x90CE79) is known color: Gossip. HEX triplet: 90, CE and 79. RGB value is (144,206,121). Sum of RGB (Red+Green+Blue) = 144+206+121=471 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.57% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #90CE79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CE79 is #6F3186. Grayscale: #B2B2B2. Windows color (decimal): -7287175 or 7982736. OLE color: 7982736.
HSL color Cylindrical-coordinate representation of color #90CE79: hue angle of 103.76º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90CE79 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 206 | 121 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.19 |
| HSL | 103.76º | 0.46% | 0.64% | - |
| HSV(B) | 103.76º | 0.41% | 0.81% | - |
| XYZ | 37.02 | 51.45 | 26.07 | - |
| YUV | 177.77 | 95.96 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 206 | 121 | 0.30 | 0 | 0.41 | 0.19 | 103.76 | 0.46 | 0.64 |
| Hex | 90 | CE | 79 | 1E | 0 | 29 | 13 | 68 | 2E | 40 |
| Octal | 220 | 316 | 171 | 36 | 0 | 51 | 23 | 150 | 56 | 100 |
| Binary | 10010000 | 11001110 | 1111001 | 11110 | 0 | 101001 | 10011 | 1101000 | 101110 | 1000000 |
Color Harmonies of #90CE79
Complementary color
Monochromatic Colors of #90CE79
Black with #90CE79
Text Example
Text Example
White with #90CE79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CE79; }
p { color: rgb(144,206,121); }
H1.HeaderClassName
{
color: #90CE79;
}
.AnyTagClassName
{
color: #90CE79;
}
</style>
background-color css
<style>
a { background-color: #90CE79; }
a { background-color: rgb(144,206,121); }
div.DivClassName
{
background-color: #90CE79;
}
.BgClassName
{
background-color: #90CE79;
}
</style>
border-color css
<style>
span { border-color: #90CE79; }
span { border-color: rgb(144,206,121); }
td.TdClassName
{
border-color: #90CE79;
}
.TagClassName
{
border-color: #90CE79;
}
</style>