Shades of Conifer #9FDD5D
Tints of Conifer #9FDD5D
RGB
CMYK
RGB Variations
Color information
#9FDD5D (or 0x9FDD5D) is known color: Conifer. HEX triplet: 9F, DD and 5D. RGB value is (159,221,93). Sum of RGB (Red+Green+Blue) = 159+221+93=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDD5D is #6022A2. Grayscale: #BCBCBC. Windows color (decimal): -6300323 or 6151583. OLE color: 6151583.
HSL color Cylindrical-coordinate representation of color #9FDD5D: hue angle of 89.06º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FDD5D is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 93 | - |
| CMYK | 0.28 | 0 | 0.58 | 0.13 |
| HSL | 89.06º | 0.65% | 0.62% | - |
| HSV(B) | 89.06º | 0.58% | 0.87% | - |
| XYZ | 42.13 | 59.87 | 19.69 | - |
| YUV | 187.87 | 74.46 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 93 | 0.28 | 0 | 0.58 | 0.13 | 89.06 | 0.65 | 0.62 |
| Hex | 9F | DD | 5D | 1C | 0 | 3A | D | 59 | 41 | 3E |
| Octal | 237 | 335 | 135 | 34 | 0 | 72 | 15 | 131 | 101 | 76 |
| Binary | 10011111 | 11011101 | 1011101 | 11100 | 0 | 111010 | 1101 | 1011001 | 1000001 | 111110 |
Color Harmonies of #9FDD5D
Complementary color
Monochromatic Colors of #9FDD5D
Black with #9FDD5D
Text Example
Text Example
White with #9FDD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD5D; }
p { color: rgb(159,221,93); }
H1.HeaderClassName
{
color: #9FDD5D;
}
.AnyTagClassName
{
color: #9FDD5D;
}
</style>
background-color css
<style>
a { background-color: #9FDD5D; }
a { background-color: rgb(159,221,93); }
div.DivClassName
{
background-color: #9FDD5D;
}
.BgClassName
{
background-color: #9FDD5D;
}
</style>
border-color css
<style>
span { border-color: #9FDD5D; }
span { border-color: rgb(159,221,93); }
td.TdClassName
{
border-color: #9FDD5D;
}
.TagClassName
{
border-color: #9FDD5D;
}
</style>