Shades of Conifer #9EDD63
Tints of Conifer #9EDD63
RGB
CMYK
RGB Variations
Color information
#9EDD63 (or 0x9EDD63) is known color: Conifer. HEX triplet: 9E, DD and 63. RGB value is (158,221,99). Sum of RGB (Red+Green+Blue) = 158+221+99=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 221 (86.72% from 255 or 46.23% from 478); Blue value is 99 (39.06% from 255 or 20.71% from 478); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDD63 is #61229C. Grayscale: #BCBCBC. Windows color (decimal): -6365853 or 6544798. OLE color: 6544798.
HSL color Cylindrical-coordinate representation of color #9EDD63: hue angle of 90.98º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9EDD63 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 221 | 99 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.13 |
| HSL | 90.98º | 0.64% | 0.63% | - |
| HSV(B) | 90.98º | 0.55% | 0.87% | - |
| XYZ | 42.21 | 59.88 | 21.14 | - |
| YUV | 188.26 | 77.63 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 221 | 99 | 0.29 | 0 | 0.55 | 0.13 | 90.98 | 0.64 | 0.63 |
| Hex | 9E | DD | 63 | 1D | 0 | 37 | D | 5B | 40 | 3F |
| Octal | 236 | 335 | 143 | 35 | 0 | 67 | 15 | 133 | 100 | 77 |
| Binary | 10011110 | 11011101 | 1100011 | 11101 | 0 | 110111 | 1101 | 1011011 | 1000000 | 111111 |
Color Harmonies of #9EDD63
Complementary color
Monochromatic Colors of #9EDD63
Black with #9EDD63
Text Example
Text Example
White with #9EDD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDD63; }
p { color: rgb(158,221,99); }
H1.HeaderClassName
{
color: #9EDD63;
}
.AnyTagClassName
{
color: #9EDD63;
}
</style>
background-color css
<style>
a { background-color: #9EDD63; }
a { background-color: rgb(158,221,99); }
div.DivClassName
{
background-color: #9EDD63;
}
.BgClassName
{
background-color: #9EDD63;
}
</style>
border-color css
<style>
span { border-color: #9EDD63; }
span { border-color: rgb(158,221,99); }
td.TdClassName
{
border-color: #9EDD63;
}
.TagClassName
{
border-color: #9EDD63;
}
</style>