Shades of Conifer #9FDC63
Tints of Conifer #9FDC63
RGB
CMYK
RGB Variations
Color information
#9FDC63 (or 0x9FDC63) is known color: Conifer. HEX triplet: 9F, DC and 63. RGB value is (159,220,99). Sum of RGB (Red+Green+Blue) = 159+220+99=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDC63 is #60239C. Grayscale: #BCBCBC. Windows color (decimal): -6300573 or 6544543. OLE color: 6544543.
HSL color Cylindrical-coordinate representation of color #9FDC63: hue angle of 90.25º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9FDC63 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 99 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.14 |
| HSL | 90.25º | 0.63% | 0.63% | - |
| HSV(B) | 90.25º | 0.55% | 0.86% | - |
| XYZ | 42.14 | 59.46 | 21.06 | - |
| YUV | 187.97 | 77.79 | 107.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 99 | 0.28 | 0 | 0.55 | 0.14 | 90.25 | 0.63 | 0.63 |
| Hex | 9F | DC | 63 | 1C | 0 | 37 | E | 5A | 3F | 3F |
| Octal | 237 | 334 | 143 | 34 | 0 | 67 | 16 | 132 | 77 | 77 |
| Binary | 10011111 | 11011100 | 1100011 | 11100 | 0 | 110111 | 1110 | 1011010 | 111111 | 111111 |
Color Harmonies of #9FDC63
Complementary color
Monochromatic Colors of #9FDC63
Black with #9FDC63
Text Example
Text Example
White with #9FDC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDC63; }
p { color: rgb(159,220,99); }
H1.HeaderClassName
{
color: #9FDC63;
}
.AnyTagClassName
{
color: #9FDC63;
}
</style>
background-color css
<style>
a { background-color: #9FDC63; }
a { background-color: rgb(159,220,99); }
div.DivClassName
{
background-color: #9FDC63;
}
.BgClassName
{
background-color: #9FDC63;
}
</style>
border-color css
<style>
span { border-color: #9FDC63; }
span { border-color: rgb(159,220,99); }
td.TdClassName
{
border-color: #9FDC63;
}
.TagClassName
{
border-color: #9FDC63;
}
</style>