Shades of Conifer #9FDC64
Tints of Conifer #9FDC64
RGB
CMYK
RGB Variations
Color information
#9FDC64 (or 0x9FDC64) is known color: Conifer. HEX triplet: 9F, DC and 64. RGB value is (159,220,100). Sum of RGB (Red+Green+Blue) = 159+220+100=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDC64 is #60239B. Grayscale: #BCBCBC. Windows color (decimal): -6300572 or 6610079. OLE color: 6610079.
HSL color Cylindrical-coordinate representation of color #9FDC64: hue angle of 90.5º 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 #9FDC64 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 100 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.14 |
| HSL | 90.5º | 0.63% | 0.63% | - |
| HSV(B) | 90.5º | 0.55% | 0.86% | - |
| XYZ | 42.19 | 59.48 | 21.31 | - |
| YUV | 188.08 | 78.29 | 107.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 100 | 0.28 | 0 | 0.55 | 0.14 | 90.5 | 0.63 | 0.63 |
| Hex | 9F | DC | 64 | 1C | 0 | 37 | E | 5A | 3F | 3F |
| Octal | 237 | 334 | 144 | 34 | 0 | 67 | 16 | 132 | 77 | 77 |
| Binary | 10011111 | 11011100 | 1100100 | 11100 | 0 | 110111 | 1110 | 1011010 | 111111 | 111111 |
Color Harmonies of #9FDC64
Complementary color
Monochromatic Colors of #9FDC64
Black with #9FDC64
Text Example
Text Example
White with #9FDC64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDC64; }
p { color: rgb(159,220,100); }
H1.HeaderClassName
{
color: #9FDC64;
}
.AnyTagClassName
{
color: #9FDC64;
}
</style>
background-color css
<style>
a { background-color: #9FDC64; }
a { background-color: rgb(159,220,100); }
div.DivClassName
{
background-color: #9FDC64;
}
.BgClassName
{
background-color: #9FDC64;
}
</style>
border-color css
<style>
span { border-color: #9FDC64; }
span { border-color: rgb(159,220,100); }
td.TdClassName
{
border-color: #9FDC64;
}
.TagClassName
{
border-color: #9FDC64;
}
</style>