Shades of Conifer #9DCD59
Tints of Conifer #9DCD59
RGB
CMYK
RGB Variations
Color information
#9DCD59 (or 0x9DCD59) is known color: Conifer. HEX triplet: 9D, CD and 59. RGB value is (157,205,89). Sum of RGB (Red+Green+Blue) = 157+205+89=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 89 (35.16% from 255 or 19.73% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCD59 is #6232A6. Grayscale: #B1B1B1. Windows color (decimal): -6435495 or 5885341. OLE color: 5885341.
HSL color Cylindrical-coordinate representation of color #9DCD59: hue angle of 84.83º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DCD59 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 89 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.20 |
| HSL | 84.83º | 0.54% | 0.58% | - |
| HSV(B) | 84.83º | 0.57% | 0.8% | - |
| XYZ | 37.54 | 51.55 | 17.42 | - |
| YUV | 177.42 | 78.1 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 89 | 0.23 | 0 | 0.57 | 0.20 | 84.83 | 0.54 | 0.58 |
| Hex | 9D | CD | 59 | 17 | 0 | 39 | 14 | 55 | 36 | 3A |
| Octal | 235 | 315 | 131 | 27 | 0 | 71 | 24 | 125 | 66 | 72 |
| Binary | 10011101 | 11001101 | 1011001 | 10111 | 0 | 111001 | 10100 | 1010101 | 110110 | 111010 |
Color Harmonies of #9DCD59
Complementary color
Monochromatic Colors of #9DCD59
Black with #9DCD59
Text Example
Text Example
White with #9DCD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCD59; }
p { color: rgb(157,205,89); }
H1.HeaderClassName
{
color: #9DCD59;
}
.AnyTagClassName
{
color: #9DCD59;
}
</style>
background-color css
<style>
a { background-color: #9DCD59; }
a { background-color: rgb(157,205,89); }
div.DivClassName
{
background-color: #9DCD59;
}
.BgClassName
{
background-color: #9DCD59;
}
</style>
border-color css
<style>
span { border-color: #9DCD59; }
span { border-color: rgb(157,205,89); }
td.TdClassName
{
border-color: #9DCD59;
}
.TagClassName
{
border-color: #9DCD59;
}
</style>