Shades of Conifer #9DEC4D
Tints of Conifer #9DEC4D
RGB
CMYK
RGB Variations
Color information
#9DEC4D (or 0x9DEC4D) is known color: Conifer. HEX triplet: 9D, EC and 4D. RGB value is (157,236,77). Sum of RGB (Red+Green+Blue) = 157+236+77=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 236 (92.58% from 255 or 50.21% from 470); Blue value is 77 (30.47% from 255 or 16.38% from 470); Max value from RGB is 236 - color contains mainly: green. Hex color #9DEC4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEC4D is #6213B2. Grayscale: #C2C2C2. Windows color (decimal): -6427571 or 5106845. OLE color: 5106845.
HSL color Cylindrical-coordinate representation of color #9DEC4D: hue angle of 89.81º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9DEC4D is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 236 | 77 | - |
| CMYK | 0.33 | 0 | 0.67 | 0.07 |
| HSL | 89.81º | 0.81% | 0.61% | - |
| HSV(B) | 89.81º | 0.67% | 0.93% | - |
| XYZ | 45.24 | 67.69 | 17.7 | - |
| YUV | 194.25 | 61.83 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 236 | 77 | 0.33 | 0 | 0.67 | 0.07 | 89.81 | 0.81 | 0.61 |
| Hex | 9D | EC | 4D | 21 | 0 | 43 | 7 | 5A | 51 | 3D |
| Octal | 235 | 354 | 115 | 41 | 0 | 103 | 7 | 132 | 121 | 75 |
| Binary | 10011101 | 11101100 | 1001101 | 100001 | 0 | 1000011 | 111 | 1011010 | 1010001 | 111101 |
Color Harmonies of #9DEC4D
Complementary color
Monochromatic Colors of #9DEC4D
Black with #9DEC4D
Text Example
Text Example
White with #9DEC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DEC4D; }
p { color: rgb(157,236,77); }
H1.HeaderClassName
{
color: #9DEC4D;
}
.AnyTagClassName
{
color: #9DEC4D;
}
</style>
background-color css
<style>
a { background-color: #9DEC4D; }
a { background-color: rgb(157,236,77); }
div.DivClassName
{
background-color: #9DEC4D;
}
.BgClassName
{
background-color: #9DEC4D;
}
</style>
border-color css
<style>
span { border-color: #9DEC4D; }
span { border-color: rgb(157,236,77); }
td.TdClassName
{
border-color: #9DEC4D;
}
.TagClassName
{
border-color: #9DEC4D;
}
</style>