Shades of Conifer #9EDF65
Tints of Conifer #9EDF65
RGB
CMYK
RGB Variations
Color information
#9EDF65 (or 0x9EDF65) is known color: Conifer. HEX triplet: 9E, DF and 65. RGB value is (158,223,101). Sum of RGB (Red+Green+Blue) = 158+223+101=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 101 (39.84% from 255 or 20.95% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #9EDF65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDF65 is #61209A. Grayscale: #BEBEBE. Windows color (decimal): -6365339 or 6676382. OLE color: 6676382.
HSL color Cylindrical-coordinate representation of color #9EDF65: hue angle of 91.97º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9EDF65 is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 223 | 101 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.13 |
| HSL | 91.97º | 0.66% | 0.64% | - |
| HSV(B) | 91.97º | 0.55% | 0.87% | - |
| XYZ | 42.84 | 60.98 | 21.83 | - |
| YUV | 189.66 | 77.97 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 223 | 101 | 0.29 | 0 | 0.55 | 0.13 | 91.97 | 0.66 | 0.64 |
| Hex | 9E | DF | 65 | 1D | 0 | 37 | D | 5C | 42 | 40 |
| Octal | 236 | 337 | 145 | 35 | 0 | 67 | 15 | 134 | 102 | 100 |
| Binary | 10011110 | 11011111 | 1100101 | 11101 | 0 | 110111 | 1101 | 1011100 | 1000010 | 1000000 |
Color Harmonies of #9EDF65
Complementary color
Monochromatic Colors of #9EDF65
Black with #9EDF65
Text Example
Text Example
White with #9EDF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDF65; }
p { color: rgb(158,223,101); }
H1.HeaderClassName
{
color: #9EDF65;
}
.AnyTagClassName
{
color: #9EDF65;
}
</style>
background-color css
<style>
a { background-color: #9EDF65; }
a { background-color: rgb(158,223,101); }
div.DivClassName
{
background-color: #9EDF65;
}
.BgClassName
{
background-color: #9EDF65;
}
</style>
border-color css
<style>
span { border-color: #9EDF65; }
span { border-color: rgb(158,223,101); }
td.TdClassName
{
border-color: #9EDF65;
}
.TagClassName
{
border-color: #9EDF65;
}
</style>