Shades of Gossip #9CDF80
Tints of Gossip #9CDF80
RGB
CMYK
RGB Variations
Color information
#9CDF80 (or 0x9CDF80) is known color: Gossip. HEX triplet: 9C, DF and 80. RGB value is (156,223,128). Sum of RGB (Red+Green+Blue) = 156+223+128=507 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.77% from 507); Green value is 223 (87.5% from 255 or 43.98% from 507); Blue value is 128 (50.39% from 255 or 25.25% from 507); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDF80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CDF80 is #63207F. Grayscale: #C0C0C0. Windows color (decimal): -6496384 or 8445852. OLE color: 8445852.
HSL color Cylindrical-coordinate representation of color #9CDF80: hue angle of 102.32º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9CDF80 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 223 | 128 | - |
| CMYK | 0.30 | 0 | 0.43 | 0.13 |
| HSL | 102.32º | 0.6% | 0.69% | - |
| HSV(B) | 102.32º | 0.43% | 0.87% | - |
| XYZ | 43.99 | 61.4 | 29.96 | - |
| YUV | 192.14 | 91.8 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 223 | 128 | 0.30 | 0 | 0.43 | 0.13 | 102.32 | 0.6 | 0.69 |
| Hex | 9C | DF | 80 | 1E | 0 | 2B | D | 66 | 3C | 45 |
| Octal | 234 | 337 | 200 | 36 | 0 | 53 | 15 | 146 | 74 | 105 |
| Binary | 10011100 | 11011111 | 10000000 | 11110 | 0 | 101011 | 1101 | 1100110 | 111100 | 1000101 |
Color Harmonies of #9CDF80
Complementary color
Monochromatic Colors of #9CDF80
Black with #9CDF80
Text Example
Text Example
White with #9CDF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDF80; }
p { color: rgb(156,223,128); }
H1.HeaderClassName
{
color: #9CDF80;
}
.AnyTagClassName
{
color: #9CDF80;
}
</style>
background-color css
<style>
a { background-color: #9CDF80; }
a { background-color: rgb(156,223,128); }
div.DivClassName
{
background-color: #9CDF80;
}
.BgClassName
{
background-color: #9CDF80;
}
</style>
border-color css
<style>
span { border-color: #9CDF80; }
span { border-color: rgb(156,223,128); }
td.TdClassName
{
border-color: #9CDF80;
}
.TagClassName
{
border-color: #9CDF80;
}
</style>