Shades of Conifer #9FDD4D
Tints of Conifer #9FDD4D
RGB
CMYK
RGB Variations
Color information
#9FDD4D (or 0x9FDD4D) is known color: Conifer. HEX triplet: 9F, DD and 4D. RGB value is (159,221,77). Sum of RGB (Red+Green+Blue) = 159+221+77=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDD4D is #6022B2. Grayscale: #BABABA. Windows color (decimal): -6300339 or 5103007. OLE color: 5103007.
HSL color Cylindrical-coordinate representation of color #9FDD4D: hue angle of 85.83º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9FDD4D is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 77 | - |
| CMYK | 0.28 | 0 | 0.65 | 0.13 |
| HSL | 85.83º | 0.68% | 0.58% | - |
| HSV(B) | 85.83º | 0.65% | 0.87% | - |
| XYZ | 41.49 | 59.62 | 16.34 | - |
| YUV | 186.05 | 66.46 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 77 | 0.28 | 0 | 0.65 | 0.13 | 85.83 | 0.68 | 0.58 |
| Hex | 9F | DD | 4D | 1C | 0 | 41 | D | 56 | 44 | 3A |
| Octal | 237 | 335 | 115 | 34 | 0 | 101 | 15 | 126 | 104 | 72 |
| Binary | 10011111 | 11011101 | 1001101 | 11100 | 0 | 1000001 | 1101 | 1010110 | 1000100 | 111010 |
Color Harmonies of #9FDD4D
Complementary color
Monochromatic Colors of #9FDD4D
Black with #9FDD4D
Text Example
Text Example
White with #9FDD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD4D; }
p { color: rgb(159,221,77); }
H1.HeaderClassName
{
color: #9FDD4D;
}
.AnyTagClassName
{
color: #9FDD4D;
}
</style>
background-color css
<style>
a { background-color: #9FDD4D; }
a { background-color: rgb(159,221,77); }
div.DivClassName
{
background-color: #9FDD4D;
}
.BgClassName
{
background-color: #9FDD4D;
}
</style>
border-color css
<style>
span { border-color: #9FDD4D; }
span { border-color: rgb(159,221,77); }
td.TdClassName
{
border-color: #9FDD4D;
}
.TagClassName
{
border-color: #9FDD4D;
}
</style>