Shades of Gossip #9CDA74
Tints of Gossip #9CDA74
RGB
CMYK
RGB Variations
Color information
#9CDA74 (or 0x9CDA74) is known color: Gossip. HEX triplet: 9C, DA and 74. RGB value is (156,218,116). Sum of RGB (Red+Green+Blue) = 156+218+116=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 218 (85.55% from 255 or 44.49% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 218 - color contains mainly: green. Hex color #9CDA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDA74 is #63258B. Grayscale: #BCBCBC. Windows color (decimal): -6497676 or 7658140. OLE color: 7658140.
HSL color Cylindrical-coordinate representation of color #9CDA74: hue angle of 96.47º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CDA74 is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 218 | 116 | - |
| CMYK | 0.28 | 0 | 0.47 | 0.15 |
| HSL | 96.47º | 0.58% | 0.65% | - |
| HSV(B) | 96.47º | 0.47% | 0.85% | - |
| XYZ | 41.93 | 58.47 | 25.6 | - |
| YUV | 187.83 | 87.46 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 218 | 116 | 0.28 | 0 | 0.47 | 0.15 | 96.47 | 0.58 | 0.65 |
| Hex | 9C | DA | 74 | 1C | 0 | 2F | F | 60 | 3A | 41 |
| Octal | 234 | 332 | 164 | 34 | 0 | 57 | 17 | 140 | 72 | 101 |
| Binary | 10011100 | 11011010 | 1110100 | 11100 | 0 | 101111 | 1111 | 1100000 | 111010 | 1000001 |
Color Harmonies of #9CDA74
Complementary color
Monochromatic Colors of #9CDA74
Black with #9CDA74
Text Example
Text Example
White with #9CDA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDA74; }
p { color: rgb(156,218,116); }
H1.HeaderClassName
{
color: #9CDA74;
}
.AnyTagClassName
{
color: #9CDA74;
}
</style>
background-color css
<style>
a { background-color: #9CDA74; }
a { background-color: rgb(156,218,116); }
div.DivClassName
{
background-color: #9CDA74;
}
.BgClassName
{
background-color: #9CDA74;
}
</style>
border-color css
<style>
span { border-color: #9CDA74; }
span { border-color: rgb(156,218,116); }
td.TdClassName
{
border-color: #9CDA74;
}
.TagClassName
{
border-color: #9CDA74;
}
</style>