Shades of Gossip #9CDB7D
Tints of Gossip #9CDB7D
RGB
CMYK
RGB Variations
Color information
#9CDB7D (or 0x9CDB7D) is known color: Gossip. HEX triplet: 9C, DB and 7D. RGB value is (156,219,125). Sum of RGB (Red+Green+Blue) = 156+219+125=500 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.2% from 500); Green value is 219 (85.94% from 255 or 43.8% from 500); Blue value is 125 (49.22% from 255 or 25% from 500); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDB7D is #632482. Grayscale: #BDBDBD. Windows color (decimal): -6497411 or 8248220. OLE color: 8248220.
HSL color Cylindrical-coordinate representation of color #9CDB7D: hue angle of 100.21º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9CDB7D is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
RGB | 156 | 219 | 125 | - |
CMYK | 0.29 | 0 | 0.43 | 0.14 |
HSL | 100.21º | 0.57% | 0.67% | - |
HSV(B) | 100.21º | 0.43% | 0.86% | - |
XYZ | 42.74 | 59.21 | 28.58 | - |
YUV | 189.45 | 91.63 | 104.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 156 | 219 | 125 | 0.29 | 0 | 0.43 | 0.14 | 100.21 | 0.57 | 0.67 |
Hex | 9C | DB | 7D | 1D | 0 | 2B | E | 64 | 39 | 43 |
Octal | 234 | 333 | 175 | 35 | 0 | 53 | 16 | 144 | 71 | 103 |
Binary | 10011100 | 11011011 | 1111101 | 11101 | 0 | 101011 | 1110 | 1100100 | 111001 | 1000011 |
Color Harmonies of #9CDB7D
Complementary color
Monochromatic Colors of #9CDB7D
Black with #9CDB7D
Text Example
Text Example
White with #9CDB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CDB7D; }
p { color: rgb(156,219,125); }
H1.HeaderClassName
{
color: #9CDB7D;
}
.AnyTagClassName
{
color: #9CDB7D;
}
</style>
background-color css
<style>
a { background-color: #9CDB7D; }
a { background-color: rgb(156,219,125); }
div.DivClassName
{
background-color: #9CDB7D;
}
.BgClassName
{
background-color: #9CDB7D;
}
</style>
border-color css
<style>
span { border-color: #9CDB7D; }
span { border-color: rgb(156,219,125); }
td.TdClassName
{
border-color: #9CDB7D;
}
.TagClassName
{
border-color: #9CDB7D;
}
</style>