Shades of Conifer #9FDD5F
Tints of Conifer #9FDD5F
RGB
CMYK
RGB Variations
Color information
#9FDD5F (or 0x9FDD5F) is known color: Conifer. HEX triplet: 9F, DD and 5F. RGB value is (159,221,95). Sum of RGB (Red+Green+Blue) = 159+221+95=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 95 (37.5% from 255 or 20% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDD5F is #6022A0. Grayscale: #BCBCBC. Windows color (decimal): -6300321 or 6282655. OLE color: 6282655.
HSL color Cylindrical-coordinate representation of color #9FDD5F: hue angle of 89.52º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9FDD5F is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 95 | - |
| CMYK | 0.28 | 0 | 0.57 | 0.13 |
| HSL | 89.52º | 0.65% | 0.62% | - |
| HSV(B) | 89.52º | 0.57% | 0.87% | - |
| XYZ | 42.22 | 59.91 | 20.17 | - |
| YUV | 188.1 | 75.46 | 107.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 95 | 0.28 | 0 | 0.57 | 0.13 | 89.52 | 0.65 | 0.62 |
| Hex | 9F | DD | 5F | 1C | 0 | 39 | D | 5A | 41 | 3E |
| Octal | 237 | 335 | 137 | 34 | 0 | 71 | 15 | 132 | 101 | 76 |
| Binary | 10011111 | 11011101 | 1011111 | 11100 | 0 | 111001 | 1101 | 1011010 | 1000001 | 111110 |
Color Harmonies of #9FDD5F
Complementary color
Monochromatic Colors of #9FDD5F
Black with #9FDD5F
Text Example
Text Example
White with #9FDD5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD5F; }
p { color: rgb(159,221,95); }
H1.HeaderClassName
{
color: #9FDD5F;
}
.AnyTagClassName
{
color: #9FDD5F;
}
</style>
background-color css
<style>
a { background-color: #9FDD5F; }
a { background-color: rgb(159,221,95); }
div.DivClassName
{
background-color: #9FDD5F;
}
.BgClassName
{
background-color: #9FDD5F;
}
</style>
border-color css
<style>
span { border-color: #9FDD5F; }
span { border-color: rgb(159,221,95); }
td.TdClassName
{
border-color: #9FDD5F;
}
.TagClassName
{
border-color: #9FDD5F;
}
</style>