Shades of Conifer #9FDD54
Tints of Conifer #9FDD54
RGB
CMYK
RGB Variations
Color information
#9FDD54 (or 0x9FDD54) is known color: Conifer. HEX triplet: 9F, DD and 54. RGB value is (159,221,84). Sum of RGB (Red+Green+Blue) = 159+221+84=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 84 (33.20% from 255 or 18.10% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDD54 is #6022AB. Grayscale: #BBBBBB. Windows color (decimal): -6300332 or 5561759. OLE color: 5561759.
HSL color Cylindrical-coordinate representation of color #9FDD54: hue angle of 87.15º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FDD54 is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 84 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.13 |
| HSL | 87.15º | 0.67% | 0.6% | - |
| HSV(B) | 87.15º | 0.62% | 0.87% | - |
| XYZ | 41.75 | 59.72 | 17.71 | - |
| YUV | 186.84 | 69.96 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 84 | 0.28 | 0 | 0.62 | 0.13 | 87.15 | 0.67 | 0.6 |
| Hex | 9F | DD | 54 | 1C | 0 | 3E | D | 57 | 43 | 3C |
| Octal | 237 | 335 | 124 | 34 | 0 | 76 | 15 | 127 | 103 | 74 |
| Binary | 10011111 | 11011101 | 1010100 | 11100 | 0 | 111110 | 1101 | 1010111 | 1000011 | 111100 |
Color Harmonies of #9FDD54
Complementary color
Monochromatic Colors of #9FDD54
Black with #9FDD54
Text Example
Text Example
White with #9FDD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD54; }
p { color: rgb(159,221,84); }
H1.HeaderClassName
{
color: #9FDD54;
}
.AnyTagClassName
{
color: #9FDD54;
}
</style>
background-color css
<style>
a { background-color: #9FDD54; }
a { background-color: rgb(159,221,84); }
div.DivClassName
{
background-color: #9FDD54;
}
.BgClassName
{
background-color: #9FDD54;
}
</style>
border-color css
<style>
span { border-color: #9FDD54; }
span { border-color: rgb(159,221,84); }
td.TdClassName
{
border-color: #9FDD54;
}
.TagClassName
{
border-color: #9FDD54;
}
</style>