Shades of Conifer #9FDD59
Tints of Conifer #9FDD59
RGB
CMYK
RGB Variations
Color information
#9FDD59 (or 0x9FDD59) is known color: Conifer. HEX triplet: 9F, DD and 59. RGB value is (159,221,89). Sum of RGB (Red+Green+Blue) = 159+221+89=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 221 (86.72% from 255 or 47.12% from 469); Blue value is 89 (35.16% from 255 or 18.98% from 469); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDD59 is #6022A6. Grayscale: #BBBBBB. Windows color (decimal): -6300327 or 5889439. OLE color: 5889439.
HSL color Cylindrical-coordinate representation of color #9FDD59: hue angle of 88.18º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FDD59 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 89 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.13 |
| HSL | 88.18º | 0.66% | 0.61% | - |
| HSV(B) | 88.18º | 0.6% | 0.87% | - |
| XYZ | 41.96 | 59.81 | 18.78 | - |
| YUV | 187.41 | 72.46 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 89 | 0.28 | 0 | 0.60 | 0.13 | 88.18 | 0.66 | 0.61 |
| Hex | 9F | DD | 59 | 1C | 0 | 3C | D | 58 | 42 | 3D |
| Octal | 237 | 335 | 131 | 34 | 0 | 74 | 15 | 130 | 102 | 75 |
| Binary | 10011111 | 11011101 | 1011001 | 11100 | 0 | 111100 | 1101 | 1011000 | 1000010 | 111101 |
Color Harmonies of #9FDD59
Complementary color
Monochromatic Colors of #9FDD59
Black with #9FDD59
Text Example
Text Example
White with #9FDD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD59; }
p { color: rgb(159,221,89); }
H1.HeaderClassName
{
color: #9FDD59;
}
.AnyTagClassName
{
color: #9FDD59;
}
</style>
background-color css
<style>
a { background-color: #9FDD59; }
a { background-color: rgb(159,221,89); }
div.DivClassName
{
background-color: #9FDD59;
}
.BgClassName
{
background-color: #9FDD59;
}
</style>
border-color css
<style>
span { border-color: #9FDD59; }
span { border-color: rgb(159,221,89); }
td.TdClassName
{
border-color: #9FDD59;
}
.TagClassName
{
border-color: #9FDD59;
}
</style>