Shades of Gossip #9DCB7F
Tints of Gossip #9DCB7F
RGB
CMYK
RGB Variations
Color information
#9DCB7F (or 0x9DCB7F) is known color: Gossip. HEX triplet: 9D, CB and 7F. RGB value is (157,203,127). Sum of RGB (Red+Green+Blue) = 157+203+127=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 203 (79.69% from 255 or 41.68% from 487); Blue value is 127 (50% from 255 or 26.08% from 487); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCB7F is #623480. Grayscale: #B4B4B4. Windows color (decimal): -6435969 or 8375197. OLE color: 8375197.
HSL color Cylindrical-coordinate representation of color #9DCB7F: hue angle of 96.32º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9DCB7F is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 203 | 127 | - |
| CMYK | 0.23 | 0 | 0.37 | 0.20 |
| HSL | 96.32º | 0.42% | 0.65% | - |
| HSV(B) | 96.32º | 0.37% | 0.8% | - |
| XYZ | 39.09 | 51.41 | 27.94 | - |
| YUV | 180.58 | 97.76 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 127 | 0.23 | 0 | 0.37 | 0.20 | 96.32 | 0.42 | 0.65 |
| Hex | 9D | CB | 7F | 17 | 0 | 25 | 14 | 60 | 2A | 41 |
| Octal | 235 | 313 | 177 | 27 | 0 | 45 | 24 | 140 | 52 | 101 |
| Binary | 10011101 | 11001011 | 1111111 | 10111 | 0 | 100101 | 10100 | 1100000 | 101010 | 1000001 |
Color Harmonies of #9DCB7F
Complementary color
Monochromatic Colors of #9DCB7F
Black with #9DCB7F
Text Example
Text Example
White with #9DCB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCB7F; }
p { color: rgb(157,203,127); }
H1.HeaderClassName
{
color: #9DCB7F;
}
.AnyTagClassName
{
color: #9DCB7F;
}
</style>
background-color css
<style>
a { background-color: #9DCB7F; }
a { background-color: rgb(157,203,127); }
div.DivClassName
{
background-color: #9DCB7F;
}
.BgClassName
{
background-color: #9DCB7F;
}
</style>
border-color css
<style>
span { border-color: #9DCB7F; }
span { border-color: rgb(157,203,127); }
td.TdClassName
{
border-color: #9DCB7F;
}
.TagClassName
{
border-color: #9DCB7F;
}
</style>