Shades of Gossip #9CDF78
Tints of Gossip #9CDF78
RGB
CMYK
RGB Variations
Color information
#9CDF78 (or 0x9CDF78) is known color: Gossip. HEX triplet: 9C, DF and 78. RGB value is (156,223,120). Sum of RGB (Red+Green+Blue) = 156+223+120=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 120 (47.27% from 255 or 24.05% from 499); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDF78 is #632087. Grayscale: #BFBFBF. Windows color (decimal): -6496392 or 7921564. OLE color: 7921564.
HSL color Cylindrical-coordinate representation of color #9CDF78: hue angle of 99.03º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CDF78 is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 223 | 120 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.13 |
| HSL | 99.03º | 0.62% | 0.67% | - |
| HSV(B) | 99.03º | 0.46% | 0.87% | - |
| XYZ | 43.49 | 61.2 | 27.29 | - |
| YUV | 191.23 | 87.8 | 102.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 223 | 120 | 0.30 | 0 | 0.46 | 0.13 | 99.03 | 0.62 | 0.67 |
| Hex | 9C | DF | 78 | 1E | 0 | 2E | D | 63 | 3E | 43 |
| Octal | 234 | 337 | 170 | 36 | 0 | 56 | 15 | 143 | 76 | 103 |
| Binary | 10011100 | 11011111 | 1111000 | 11110 | 0 | 101110 | 1101 | 1100011 | 111110 | 1000011 |
Color Harmonies of #9CDF78
Complementary color
Monochromatic Colors of #9CDF78
Black with #9CDF78
Text Example
Text Example
White with #9CDF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDF78; }
p { color: rgb(156,223,120); }
H1.HeaderClassName
{
color: #9CDF78;
}
.AnyTagClassName
{
color: #9CDF78;
}
</style>
background-color css
<style>
a { background-color: #9CDF78; }
a { background-color: rgb(156,223,120); }
div.DivClassName
{
background-color: #9CDF78;
}
.BgClassName
{
background-color: #9CDF78;
}
</style>
border-color css
<style>
span { border-color: #9CDF78; }
span { border-color: rgb(156,223,120); }
td.TdClassName
{
border-color: #9CDF78;
}
.TagClassName
{
border-color: #9CDF78;
}
</style>