Shades of Conifer #9DCD56
Tints of Conifer #9DCD56
RGB
CMYK
RGB Variations
Color information
#9DCD56 (or 0x9DCD56) is known color: Conifer. HEX triplet: 9D, CD and 56. RGB value is (157,205,86). Sum of RGB (Red+Green+Blue) = 157+205+86=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 205 (80.47% from 255 or 45.76% from 448); Blue value is 86 (33.98% from 255 or 19.20% from 448); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCD56 is #6232A9. Grayscale: #B1B1B1. Windows color (decimal): -6435498 or 5688733. OLE color: 5688733.
HSL color Cylindrical-coordinate representation of color #9DCD56: hue angle of 84.2º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DCD56 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 86 | - |
| CMYK | 0.23 | 0 | 0.58 | 0.20 |
| HSL | 84.2º | 0.54% | 0.57% | - |
| HSV(B) | 84.2º | 0.58% | 0.8% | - |
| XYZ | 37.42 | 51.5 | 16.77 | - |
| YUV | 177.08 | 76.6 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 86 | 0.23 | 0 | 0.58 | 0.20 | 84.2 | 0.54 | 0.57 |
| Hex | 9D | CD | 56 | 17 | 0 | 3A | 14 | 54 | 36 | 39 |
| Octal | 235 | 315 | 126 | 27 | 0 | 72 | 24 | 124 | 66 | 71 |
| Binary | 10011101 | 11001101 | 1010110 | 10111 | 0 | 111010 | 10100 | 1010100 | 110110 | 111001 |
Color Harmonies of #9DCD56
Complementary color
Monochromatic Colors of #9DCD56
Black with #9DCD56
Text Example
Text Example
White with #9DCD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCD56; }
p { color: rgb(157,205,86); }
H1.HeaderClassName
{
color: #9DCD56;
}
.AnyTagClassName
{
color: #9DCD56;
}
</style>
background-color css
<style>
a { background-color: #9DCD56; }
a { background-color: rgb(157,205,86); }
div.DivClassName
{
background-color: #9DCD56;
}
.BgClassName
{
background-color: #9DCD56;
}
</style>
border-color css
<style>
span { border-color: #9DCD56; }
span { border-color: rgb(157,205,86); }
td.TdClassName
{
border-color: #9DCD56;
}
.TagClassName
{
border-color: #9DCD56;
}
</style>