Shades of Conifer #9EDD65
Tints of Conifer #9EDD65
RGB
CMYK
RGB Variations
Color information
#9EDD65 (or 0x9EDD65) is known color: Conifer. HEX triplet: 9E, DD and 65. RGB value is (158,221,101). Sum of RGB (Red+Green+Blue) = 158+221+101=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDD65 is #61229A. Grayscale: #BCBCBC. Windows color (decimal): -6365851 or 6675870. OLE color: 6675870.
HSL color Cylindrical-coordinate representation of color #9EDD65: hue angle of 91.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9EDD65 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 221 | 101 | - |
| CMYK | 0.29 | 0 | 0.54 | 0.13 |
| HSL | 91.5º | 0.64% | 0.63% | - |
| HSV(B) | 91.5º | 0.54% | 0.87% | - |
| XYZ | 42.31 | 59.92 | 21.65 | - |
| YUV | 188.48 | 78.63 | 106.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 101 | 0.29 | 0 | 0.54 | 0.13 | 91.5 | 0.64 | 0.63 |
| Hex | 9E | DD | 65 | 1D | 0 | 36 | D | 5C | 40 | 3F |
| Octal | 236 | 335 | 145 | 35 | 0 | 66 | 15 | 134 | 100 | 77 |
| Binary | 10011110 | 11011101 | 1100101 | 11101 | 0 | 110110 | 1101 | 1011100 | 1000000 | 111111 |
Color Harmonies of #9EDD65
Complementary color
Monochromatic Colors of #9EDD65
Black with #9EDD65
Text Example
Text Example
White with #9EDD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDD65; }
p { color: rgb(158,221,101); }
H1.HeaderClassName
{
color: #9EDD65;
}
.AnyTagClassName
{
color: #9EDD65;
}
</style>
background-color css
<style>
a { background-color: #9EDD65; }
a { background-color: rgb(158,221,101); }
div.DivClassName
{
background-color: #9EDD65;
}
.BgClassName
{
background-color: #9EDD65;
}
</style>
border-color css
<style>
span { border-color: #9EDD65; }
span { border-color: rgb(158,221,101); }
td.TdClassName
{
border-color: #9EDD65;
}
.TagClassName
{
border-color: #9EDD65;
}
</style>