Shades of Conifer #9FDD62
Tints of Conifer #9FDD62
RGB
CMYK
RGB Variations
Color information
#9FDD62 (or 0x9FDD62) is known color: Conifer. HEX triplet: 9F, DD and 62. RGB value is (159,221,98). Sum of RGB (Red+Green+Blue) = 159+221+98=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 98 (38.67% from 255 or 20.50% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDD62 is #60229D. Grayscale: #BCBCBC. Windows color (decimal): -6300318 or 6479263. OLE color: 6479263.
HSL color Cylindrical-coordinate representation of color #9FDD62: hue angle of 90.24º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9FDD62 is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 98 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.13 |
| HSL | 90.24º | 0.64% | 0.63% | - |
| HSV(B) | 90.24º | 0.56% | 0.87% | - |
| XYZ | 42.36 | 59.97 | 20.9 | - |
| YUV | 188.44 | 76.96 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 98 | 0.28 | 0 | 0.56 | 0.13 | 90.24 | 0.64 | 0.63 |
| Hex | 9F | DD | 62 | 1C | 0 | 38 | D | 5A | 40 | 3F |
| Octal | 237 | 335 | 142 | 34 | 0 | 70 | 15 | 132 | 100 | 77 |
| Binary | 10011111 | 11011101 | 1100010 | 11100 | 0 | 111000 | 1101 | 1011010 | 1000000 | 111111 |
Color Harmonies of #9FDD62
Complementary color
Monochromatic Colors of #9FDD62
Black with #9FDD62
Text Example
Text Example
White with #9FDD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD62; }
p { color: rgb(159,221,98); }
H1.HeaderClassName
{
color: #9FDD62;
}
.AnyTagClassName
{
color: #9FDD62;
}
</style>
background-color css
<style>
a { background-color: #9FDD62; }
a { background-color: rgb(159,221,98); }
div.DivClassName
{
background-color: #9FDD62;
}
.BgClassName
{
background-color: #9FDD62;
}
</style>
border-color css
<style>
span { border-color: #9FDD62; }
span { border-color: rgb(159,221,98); }
td.TdClassName
{
border-color: #9FDD62;
}
.TagClassName
{
border-color: #9FDD62;
}
</style>