Shades of Conifer #9DED56
Tints of Conifer #9DED56
RGB
CMYK
RGB Variations
Color information
#9DED56 (or 0x9DED56) is known color: Conifer. HEX triplet: 9D, ED and 56. RGB value is (157,237,86). Sum of RGB (Red+Green+Blue) = 157+237+86=480 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.71% from 480); Green value is 237 (92.97% from 255 or 49.38% from 480); Blue value is 86 (33.98% from 255 or 17.92% from 480); Max value from RGB is 237 - color contains mainly: green. Hex color #9DED56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DED56 is #6212A9. Grayscale: #C4C4C4. Windows color (decimal): -6427306 or 5696925. OLE color: 5696925.
HSL color Cylindrical-coordinate representation of color #9DED56: hue angle of 91.79º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DED56 is Cyan = 0.34, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 237 | 86 | - |
| CMYK | 0.34 | 0 | 0.64 | 0.07 |
| HSL | 91.79º | 0.81% | 0.63% | - |
| HSV(B) | 91.79º | 0.64% | 0.93% | - |
| XYZ | 45.87 | 68.41 | 19.59 | - |
| YUV | 195.87 | 66 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 237 | 86 | 0.34 | 0 | 0.64 | 0.07 | 91.79 | 0.81 | 0.63 |
| Hex | 9D | ED | 56 | 22 | 0 | 40 | 7 | 5C | 51 | 3F |
| Octal | 235 | 355 | 126 | 42 | 0 | 100 | 7 | 134 | 121 | 77 |
| Binary | 10011101 | 11101101 | 1010110 | 100010 | 0 | 1000000 | 111 | 1011100 | 1010001 | 111111 |
Color Harmonies of #9DED56
Complementary color
Monochromatic Colors of #9DED56
Black with #9DED56
Text Example
Text Example
White with #9DED56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DED56; }
p { color: rgb(157,237,86); }
H1.HeaderClassName
{
color: #9DED56;
}
.AnyTagClassName
{
color: #9DED56;
}
</style>
background-color css
<style>
a { background-color: #9DED56; }
a { background-color: rgb(157,237,86); }
div.DivClassName
{
background-color: #9DED56;
}
.BgClassName
{
background-color: #9DED56;
}
</style>
border-color css
<style>
span { border-color: #9DED56; }
span { border-color: rgb(157,237,86); }
td.TdClassName
{
border-color: #9DED56;
}
.TagClassName
{
border-color: #9DED56;
}
</style>