Shades of Conifer #9FDD5B
Tints of Conifer #9FDD5B
RGB
CMYK
RGB Variations
Color information
#9FDD5B (or 0x9FDD5B) is known color: Conifer. HEX triplet: 9F, DD and 5B. RGB value is (159,221,91). Sum of RGB (Red+Green+Blue) = 159+221+91=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 91 (35.94% from 255 or 19.32% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDD5B is #6022A4. Grayscale: #BCBCBC. Windows color (decimal): -6300325 or 6020511. OLE color: 6020511.
HSL color Cylindrical-coordinate representation of color #9FDD5B: hue angle of 88.62º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9FDD5B is Cyan = 0.28, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 221 | 91 | - |
| CMYK | 0.28 | 0 | 0.59 | 0.13 |
| HSL | 88.62º | 0.66% | 0.61% | - |
| HSV(B) | 88.62º | 0.59% | 0.87% | - |
| XYZ | 42.04 | 59.84 | 19.23 | - |
| YUV | 187.64 | 73.46 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 221 | 91 | 0.28 | 0 | 0.59 | 0.13 | 88.62 | 0.66 | 0.61 |
| Hex | 9F | DD | 5B | 1C | 0 | 3B | D | 59 | 42 | 3D |
| Octal | 237 | 335 | 133 | 34 | 0 | 73 | 15 | 131 | 102 | 75 |
| Binary | 10011111 | 11011101 | 1011011 | 11100 | 0 | 111011 | 1101 | 1011001 | 1000010 | 111101 |
Color Harmonies of #9FDD5B
Complementary color
Monochromatic Colors of #9FDD5B
Black with #9FDD5B
Text Example
Text Example
White with #9FDD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FDD5B; }
p { color: rgb(159,221,91); }
H1.HeaderClassName
{
color: #9FDD5B;
}
.AnyTagClassName
{
color: #9FDD5B;
}
</style>
background-color css
<style>
a { background-color: #9FDD5B; }
a { background-color: rgb(159,221,91); }
div.DivClassName
{
background-color: #9FDD5B;
}
.BgClassName
{
background-color: #9FDD5B;
}
</style>
border-color css
<style>
span { border-color: #9FDD5B; }
span { border-color: rgb(159,221,91); }
td.TdClassName
{
border-color: #9FDD5B;
}
.TagClassName
{
border-color: #9FDD5B;
}
</style>