Shades of Conifer #9FDE59
Tints of Conifer #9FDE59
RGB
CMYK
RGB Variations
Color information
#9FDE59 (or 0x9FDE59) is known color: Conifer. HEX triplet: 9F, DE and 59. RGB value is (159,222,89). Sum of RGB (Red+Green+Blue) = 159+222+89=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 222 (87.11% from 255 or 47.23% from 470); Blue value is 89 (35.16% from 255 or 18.94% from 470); Max value from RGB is 222 - color contains mainly: green. Hex color #9FDE59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDE59 is #6021A6. Grayscale: #BCBCBC. Windows color (decimal): -6300071 or 5889695. OLE color: 5889695.
HSL color Cylindrical-coordinate representation of color #9FDE59: hue angle of 88.42º degrees, saturation: 0.67, 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 #9FDE59 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 222 | 89 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.13 |
| HSL | 88.42º | 0.67% | 0.61% | - |
| HSV(B) | 88.42º | 0.6% | 0.87% | - |
| XYZ | 42.22 | 60.33 | 18.87 | - |
| YUV | 188 | 72.13 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 222 | 89 | 0.28 | 0 | 0.60 | 0.13 | 88.42 | 0.67 | 0.61 |
| Hex | 9F | DE | 59 | 1C | 0 | 3C | D | 58 | 43 | 3D |
| Octal | 237 | 336 | 131 | 34 | 0 | 74 | 15 | 130 | 103 | 75 |
| Binary | 10011111 | 11011110 | 1011001 | 11100 | 0 | 111100 | 1101 | 1011000 | 1000011 | 111101 |
Color Harmonies of #9FDE59
Complementary color
Monochromatic Colors of #9FDE59
Black with #9FDE59
Text Example
Text Example
White with #9FDE59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDE59; }
p { color: rgb(159,222,89); }
H1.HeaderClassName
{
color: #9FDE59;
}
.AnyTagClassName
{
color: #9FDE59;
}
</style>
background-color css
<style>
a { background-color: #9FDE59; }
a { background-color: rgb(159,222,89); }
div.DivClassName
{
background-color: #9FDE59;
}
.BgClassName
{
background-color: #9FDE59;
}
</style>
border-color css
<style>
span { border-color: #9FDE59; }
span { border-color: rgb(159,222,89); }
td.TdClassName
{
border-color: #9FDE59;
}
.TagClassName
{
border-color: #9FDE59;
}
</style>