Shades of Conifer #9EDB65
Tints of Conifer #9EDB65
RGB
CMYK
RGB Variations
Color information
#9EDB65 (or 0x9EDB65) is known color: Conifer. HEX triplet: 9E, DB and 65. RGB value is (158,219,101). Sum of RGB (Red+Green+Blue) = 158+219+101=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDB65 is #61249A. Grayscale: #BBBBBB. Windows color (decimal): -6366363 or 6675358. OLE color: 6675358.
HSL color Cylindrical-coordinate representation of color #9EDB65: hue angle of 91.02º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9EDB65 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 101 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.14 |
| HSL | 91.02º | 0.62% | 0.63% | - |
| HSV(B) | 91.02º | 0.54% | 0.86% | - |
| XYZ | 41.78 | 58.87 | 21.47 | - |
| YUV | 187.31 | 79.29 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 101 | 0.28 | 0 | 0.54 | 0.14 | 91.02 | 0.62 | 0.63 |
| Hex | 9E | DB | 65 | 1C | 0 | 36 | E | 5B | 3E | 3F |
| Octal | 236 | 333 | 145 | 34 | 0 | 66 | 16 | 133 | 76 | 77 |
| Binary | 10011110 | 11011011 | 1100101 | 11100 | 0 | 110110 | 1110 | 1011011 | 111110 | 111111 |
Color Harmonies of #9EDB65
Complementary color
Monochromatic Colors of #9EDB65
Black with #9EDB65
Text Example
Text Example
White with #9EDB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDB65; }
p { color: rgb(158,219,101); }
H1.HeaderClassName
{
color: #9EDB65;
}
.AnyTagClassName
{
color: #9EDB65;
}
</style>
background-color css
<style>
a { background-color: #9EDB65; }
a { background-color: rgb(158,219,101); }
div.DivClassName
{
background-color: #9EDB65;
}
.BgClassName
{
background-color: #9EDB65;
}
</style>
border-color css
<style>
span { border-color: #9EDB65; }
span { border-color: rgb(158,219,101); }
td.TdClassName
{
border-color: #9EDB65;
}
.TagClassName
{
border-color: #9EDB65;
}
</style>