Shades of Gossip #9CDA75
Tints of Gossip #9CDA75
RGB
CMYK
RGB Variations
Color information
#9CDA75 (or 0x9CDA75) is known color: Gossip. HEX triplet: 9C, DA and 75. RGB value is (156,218,117). Sum of RGB (Red+Green+Blue) = 156+218+117=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 218 (85.55% from 255 or 44.40% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDA75 is #63258A. Grayscale: #BCBCBC. Windows color (decimal): -6497675 or 7723676. OLE color: 7723676.
HSL color Cylindrical-coordinate representation of color #9CDA75: hue angle of 96.83º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CDA75 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 218 | 117 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.15 |
| HSL | 96.83º | 0.58% | 0.66% | - |
| HSV(B) | 96.83º | 0.46% | 0.85% | - |
| XYZ | 41.99 | 58.5 | 25.91 | - |
| YUV | 187.95 | 87.96 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 218 | 117 | 0.28 | 0 | 0.46 | 0.15 | 96.83 | 0.58 | 0.66 |
| Hex | 9C | DA | 75 | 1C | 0 | 2E | F | 61 | 3A | 42 |
| Octal | 234 | 332 | 165 | 34 | 0 | 56 | 17 | 141 | 72 | 102 |
| Binary | 10011100 | 11011010 | 1110101 | 11100 | 0 | 101110 | 1111 | 1100001 | 111010 | 1000010 |
Color Harmonies of #9CDA75
Complementary color
Monochromatic Colors of #9CDA75
Black with #9CDA75
Text Example
Text Example
White with #9CDA75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDA75; }
p { color: rgb(156,218,117); }
H1.HeaderClassName
{
color: #9CDA75;
}
.AnyTagClassName
{
color: #9CDA75;
}
</style>
background-color css
<style>
a { background-color: #9CDA75; }
a { background-color: rgb(156,218,117); }
div.DivClassName
{
background-color: #9CDA75;
}
.BgClassName
{
background-color: #9CDA75;
}
</style>
border-color css
<style>
span { border-color: #9CDA75; }
span { border-color: rgb(156,218,117); }
td.TdClassName
{
border-color: #9CDA75;
}
.TagClassName
{
border-color: #9CDA75;
}
</style>