Shades of Gossip #9DCF8F
Tints of Gossip #9DCF8F
RGB
CMYK
RGB Variations
Color information
#9DCF8F (or 0x9DCF8F) is known color: Gossip. HEX triplet: 9D, CF and 8F. RGB value is (157,207,143). Sum of RGB (Red+Green+Blue) = 157+207+143=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 143 (56.25% from 255 or 28.21% from 507); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCF8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCF8F is #623070. Grayscale: #B8B8B8. Windows color (decimal): -6434929 or 9424797. OLE color: 9424797.
HSL color Cylindrical-coordinate representation of color #9DCF8F: hue angle of 106.88º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9DCF8F is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 207 | 143 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.19 |
| HSL | 106.88º | 0.4% | 0.69% | - |
| HSV(B) | 106.88º | 0.31% | 0.81% | - |
| XYZ | 41.18 | 53.78 | 34.2 | - |
| YUV | 184.75 | 104.44 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 207 | 143 | 0.24 | 0 | 0.31 | 0.19 | 106.88 | 0.4 | 0.69 |
| Hex | 9D | CF | 8F | 18 | 0 | 1F | 13 | 6B | 28 | 45 |
| Octal | 235 | 317 | 217 | 30 | 0 | 37 | 23 | 153 | 50 | 105 |
| Binary | 10011101 | 11001111 | 10001111 | 11000 | 0 | 11111 | 10011 | 1101011 | 101000 | 1000101 |
Color Harmonies of #9DCF8F
Complementary color
Monochromatic Colors of #9DCF8F
Black with #9DCF8F
Text Example
Text Example
White with #9DCF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCF8F; }
p { color: rgb(157,207,143); }
H1.HeaderClassName
{
color: #9DCF8F;
}
.AnyTagClassName
{
color: #9DCF8F;
}
</style>
background-color css
<style>
a { background-color: #9DCF8F; }
a { background-color: rgb(157,207,143); }
div.DivClassName
{
background-color: #9DCF8F;
}
.BgClassName
{
background-color: #9DCF8F;
}
</style>
border-color css
<style>
span { border-color: #9DCF8F; }
span { border-color: rgb(157,207,143); }
td.TdClassName
{
border-color: #9DCF8F;
}
.TagClassName
{
border-color: #9DCF8F;
}
</style>