Shades of Gossip #90CD77
Tints of Gossip #90CD77
RGB
CMYK
RGB Variations
Color information
#90CD77 (or 0x90CD77) is known color: Gossip. HEX triplet: 90, CD and 77. RGB value is (144,205,119). Sum of RGB (Red+Green+Blue) = 144+205+119=468 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.77% from 468); Green value is 205 (80.47% from 255 or 43.80% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 205 - color contains mainly: green. Hex color #90CD77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CD77 is #6F3288. Grayscale: #B1B1B1. Windows color (decimal): -7287433 or 7851408. OLE color: 7851408.
HSL color Cylindrical-coordinate representation of color #90CD77: hue angle of 102.56º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90CD77 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 144 | 205 | 119 | - |
| CMYK | 0.30 | 0 | 0.42 | 0.20 |
| HSL | 102.56º | 0.46% | 0.64% | - |
| HSV(B) | 102.56º | 0.42% | 0.8% | - |
| XYZ | 36.66 | 50.92 | 25.35 | - |
| YUV | 176.96 | 95.29 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 205 | 119 | 0.30 | 0 | 0.42 | 0.20 | 102.56 | 0.46 | 0.64 |
| Hex | 90 | CD | 77 | 1E | 0 | 2A | 14 | 67 | 2E | 40 |
| Octal | 220 | 315 | 167 | 36 | 0 | 52 | 24 | 147 | 56 | 100 |
| Binary | 10010000 | 11001101 | 1110111 | 11110 | 0 | 101010 | 10100 | 1100111 | 101110 | 1000000 |
Color Harmonies of #90CD77
Complementary color
Monochromatic Colors of #90CD77
Black with #90CD77
Text Example
Text Example
White with #90CD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90CD77; }
p { color: rgb(144,205,119); }
H1.HeaderClassName
{
color: #90CD77;
}
.AnyTagClassName
{
color: #90CD77;
}
</style>
background-color css
<style>
a { background-color: #90CD77; }
a { background-color: rgb(144,205,119); }
div.DivClassName
{
background-color: #90CD77;
}
.BgClassName
{
background-color: #90CD77;
}
</style>
border-color css
<style>
span { border-color: #90CD77; }
span { border-color: rgb(144,205,119); }
td.TdClassName
{
border-color: #90CD77;
}
.TagClassName
{
border-color: #90CD77;
}
</style>