Shades of Conifer #9FDD4F
Tints of Conifer #9FDD4F
RGB
CMYK
RGB Variations
Color information
#9FDD4F (or 0x9FDD4F) is known color: Conifer. HEX triplet: 9F, DD and 4F. RGB value is (159,221,79). Sum of RGB (Red+Green+Blue) = 159+221+79=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 79 (31.25% from 255 or 17.21% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDD4F is #6022B0. Grayscale: #BABABA. Windows color (decimal): -6300337 or 5234079. OLE color: 5234079.
HSL color Cylindrical-coordinate representation of color #9FDD4F: hue angle of 86.2º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9FDD4F is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 79 | - |
| CMYK | 0.28 | 0 | 0.64 | 0.13 |
| HSL | 86.2º | 0.68% | 0.59% | - |
| HSV(B) | 86.2º | 0.64% | 0.87% | - |
| XYZ | 41.57 | 59.65 | 16.72 | - |
| YUV | 186.27 | 67.46 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 79 | 0.28 | 0 | 0.64 | 0.13 | 86.2 | 0.68 | 0.59 |
| Hex | 9F | DD | 4F | 1C | 0 | 40 | D | 56 | 44 | 3B |
| Octal | 237 | 335 | 117 | 34 | 0 | 100 | 15 | 126 | 104 | 73 |
| Binary | 10011111 | 11011101 | 1001111 | 11100 | 0 | 1000000 | 1101 | 1010110 | 1000100 | 111011 |
Color Harmonies of #9FDD4F
Complementary color
Monochromatic Colors of #9FDD4F
Black with #9FDD4F
Text Example
Text Example
White with #9FDD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD4F; }
p { color: rgb(159,221,79); }
H1.HeaderClassName
{
color: #9FDD4F;
}
.AnyTagClassName
{
color: #9FDD4F;
}
</style>
background-color css
<style>
a { background-color: #9FDD4F; }
a { background-color: rgb(159,221,79); }
div.DivClassName
{
background-color: #9FDD4F;
}
.BgClassName
{
background-color: #9FDD4F;
}
</style>
border-color css
<style>
span { border-color: #9FDD4F; }
span { border-color: rgb(159,221,79); }
td.TdClassName
{
border-color: #9FDD4F;
}
.TagClassName
{
border-color: #9FDD4F;
}
</style>