Shades of Gossip #9CD57E
Tints of Gossip #9CD57E
RGB
CMYK
RGB Variations
Color information
#9CD57E (or 0x9CD57E) is known color: Gossip. HEX triplet: 9C, D5 and 7E. RGB value is (156,213,126). Sum of RGB (Red+Green+Blue) = 156+213+126=495 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.52% from 495); Green value is 213 (83.59% from 255 or 43.03% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD57E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD57E is #632A81. Grayscale: #BABABA. Windows color (decimal): -6498946 or 8312220. OLE color: 8312220.
HSL color Cylindrical-coordinate representation of color #9CD57E: hue angle of 99.31º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9CD57E is Cyan = 0.27, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 156 | 213 | 126 | - |
| CMYK | 0.27 | 0 | 0.41 | 0.16 |
| HSL | 99.31º | 0.51% | 0.66% | - |
| HSV(B) | 99.31º | 0.41% | 0.84% | - |
| XYZ | 41.27 | 56.16 | 28.4 | - |
| YUV | 186.04 | 94.12 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 213 | 126 | 0.27 | 0 | 0.41 | 0.16 | 99.31 | 0.51 | 0.66 |
| Hex | 9C | D5 | 7E | 1B | 0 | 29 | 10 | 63 | 33 | 42 |
| Octal | 234 | 325 | 176 | 33 | 0 | 51 | 20 | 143 | 63 | 102 |
| Binary | 10011100 | 11010101 | 1111110 | 11011 | 0 | 101001 | 10000 | 1100011 | 110011 | 1000010 |
Color Harmonies of #9CD57E
Complementary color
Monochromatic Colors of #9CD57E
Black with #9CD57E
Text Example
Text Example
White with #9CD57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CD57E; }
p { color: rgb(156,213,126); }
H1.HeaderClassName
{
color: #9CD57E;
}
.AnyTagClassName
{
color: #9CD57E;
}
</style>
background-color css
<style>
a { background-color: #9CD57E; }
a { background-color: rgb(156,213,126); }
div.DivClassName
{
background-color: #9CD57E;
}
.BgClassName
{
background-color: #9CD57E;
}
</style>
border-color css
<style>
span { border-color: #9CD57E; }
span { border-color: rgb(156,213,126); }
td.TdClassName
{
border-color: #9CD57E;
}
.TagClassName
{
border-color: #9CD57E;
}
</style>