Shades of Conifer #9DCF56
Tints of Conifer #9DCF56
RGB
CMYK
RGB Variations
Color information
#9DCF56 (or 0x9DCF56) is known color: Conifer. HEX triplet: 9D, CF and 56. RGB value is (157,207,86). Sum of RGB (Red+Green+Blue) = 157+207+86=450 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.89% from 450); Green value is 207 (81.25% from 255 or 46% from 450); Blue value is 86 (33.98% from 255 or 19.11% from 450); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCF56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCF56 is #6230A9. Grayscale: #B2B2B2. Windows color (decimal): -6434986 or 5689245. OLE color: 5689245.
HSL color Cylindrical-coordinate representation of color #9DCF56: hue angle of 84.79º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DCF56 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 207 | 86 | - |
| CMYK | 0.24 | 0 | 0.58 | 0.19 |
| HSL | 84.79º | 0.56% | 0.57% | - |
| HSV(B) | 84.79º | 0.58% | 0.81% | - |
| XYZ | 37.9 | 52.47 | 16.93 | - |
| YUV | 178.26 | 75.94 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 207 | 86 | 0.24 | 0 | 0.58 | 0.19 | 84.79 | 0.56 | 0.57 |
| Hex | 9D | CF | 56 | 18 | 0 | 3A | 13 | 55 | 38 | 39 |
| Octal | 235 | 317 | 126 | 30 | 0 | 72 | 23 | 125 | 70 | 71 |
| Binary | 10011101 | 11001111 | 1010110 | 11000 | 0 | 111010 | 10011 | 1010101 | 111000 | 111001 |
Color Harmonies of #9DCF56
Complementary color
Monochromatic Colors of #9DCF56
Black with #9DCF56
Text Example
Text Example
White with #9DCF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCF56; }
p { color: rgb(157,207,86); }
H1.HeaderClassName
{
color: #9DCF56;
}
.AnyTagClassName
{
color: #9DCF56;
}
</style>
background-color css
<style>
a { background-color: #9DCF56; }
a { background-color: rgb(157,207,86); }
div.DivClassName
{
background-color: #9DCF56;
}
.BgClassName
{
background-color: #9DCF56;
}
</style>
border-color css
<style>
span { border-color: #9DCF56; }
span { border-color: rgb(157,207,86); }
td.TdClassName
{
border-color: #9DCF56;
}
.TagClassName
{
border-color: #9DCF56;
}
</style>