Shades of Conifer #9FDC4D
Tints of Conifer #9FDC4D
RGB
CMYK
RGB Variations
Color information
#9FDC4D (or 0x9FDC4D) is known color: Conifer. HEX triplet: 9F, DC and 4D. RGB value is (159,220,77). Sum of RGB (Red+Green+Blue) = 159+220+77=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 220 (86.33% from 255 or 48.25% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDC4D is #6023B2. Grayscale: #B9B9B9. Windows color (decimal): -6300595 or 5102751. OLE color: 5102751.
HSL color Cylindrical-coordinate representation of color #9FDC4D: hue angle of 85.59º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9FDC4D is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 220 | 77 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.14 |
| HSL | 85.59º | 0.67% | 0.58% | - |
| HSV(B) | 85.59º | 0.65% | 0.86% | - |
| XYZ | 41.23 | 59.09 | 16.25 | - |
| YUV | 185.46 | 66.79 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 220 | 77 | 0.28 | 0 | 0.65 | 0.14 | 85.59 | 0.67 | 0.58 |
| Hex | 9F | DC | 4D | 1C | 0 | 41 | E | 56 | 43 | 3A |
| Octal | 237 | 334 | 115 | 34 | 0 | 101 | 16 | 126 | 103 | 72 |
| Binary | 10011111 | 11011100 | 1001101 | 11100 | 0 | 1000001 | 1110 | 1010110 | 1000011 | 111010 |
Color Harmonies of #9FDC4D
Complementary color
Monochromatic Colors of #9FDC4D
Black with #9FDC4D
Text Example
Text Example
White with #9FDC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDC4D; }
p { color: rgb(159,220,77); }
H1.HeaderClassName
{
color: #9FDC4D;
}
.AnyTagClassName
{
color: #9FDC4D;
}
</style>
background-color css
<style>
a { background-color: #9FDC4D; }
a { background-color: rgb(159,220,77); }
div.DivClassName
{
background-color: #9FDC4D;
}
.BgClassName
{
background-color: #9FDC4D;
}
</style>
border-color css
<style>
span { border-color: #9FDC4D; }
span { border-color: rgb(159,220,77); }
td.TdClassName
{
border-color: #9FDC4D;
}
.TagClassName
{
border-color: #9FDC4D;
}
</style>