Shades of Gossip #9FCF7D
Tints of Gossip #9FCF7D
RGB
CMYK
RGB Variations
Color information
#9FCF7D (or 0x9FCF7D) is known color: Gossip. HEX triplet: 9F, CF and 7D. RGB value is (159,207,125). Sum of RGB (Red+Green+Blue) = 159+207+125=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 207 (81.25% from 255 or 42.16% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCF7D is #603082. Grayscale: #B7B7B7. Windows color (decimal): -6303875 or 8245151. OLE color: 8245151.
HSL color Cylindrical-coordinate representation of color #9FCF7D: hue angle of 95.12º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FCF7D is Cyan = 0.23, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 207 | 125 | - |
| CMYK | 0.23 | 0 | 0.40 | 0.19 |
| HSL | 95.12º | 0.46% | 0.65% | - |
| HSV(B) | 95.12º | 0.4% | 0.81% | - |
| XYZ | 40.31 | 53.48 | 27.6 | - |
| YUV | 183.3 | 95.1 | 110.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 207 | 125 | 0.23 | 0 | 0.40 | 0.19 | 95.12 | 0.46 | 0.65 |
| Hex | 9F | CF | 7D | 17 | 0 | 28 | 13 | 5F | 2E | 41 |
| Octal | 237 | 317 | 175 | 27 | 0 | 50 | 23 | 137 | 56 | 101 |
| Binary | 10011111 | 11001111 | 1111101 | 10111 | 0 | 101000 | 10011 | 1011111 | 101110 | 1000001 |
Color Harmonies of #9FCF7D
Complementary color
Monochromatic Colors of #9FCF7D
Black with #9FCF7D
Text Example
Text Example
White with #9FCF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FCF7D; }
p { color: rgb(159,207,125); }
H1.HeaderClassName
{
color: #9FCF7D;
}
.AnyTagClassName
{
color: #9FCF7D;
}
</style>
background-color css
<style>
a { background-color: #9FCF7D; }
a { background-color: rgb(159,207,125); }
div.DivClassName
{
background-color: #9FCF7D;
}
.BgClassName
{
background-color: #9FCF7D;
}
</style>
border-color css
<style>
span { border-color: #9FCF7D; }
span { border-color: rgb(159,207,125); }
td.TdClassName
{
border-color: #9FCF7D;
}
.TagClassName
{
border-color: #9FCF7D;
}
</style>