Shades of Conifer #9DCB57
Tints of Conifer #9DCB57
RGB
CMYK
RGB Variations
Color information
#9DCB57 (or 0x9DCB57) is known color: Conifer. HEX triplet: 9D, CB and 57. RGB value is (157,203,87). Sum of RGB (Red+Green+Blue) = 157+203+87=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 87 (34.38% from 255 or 19.46% from 447); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB57 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCB57 is #6234A8. Grayscale: #B0B0B0. Windows color (decimal): -6436009 or 5753757. OLE color: 5753757.
HSL color Cylindrical-coordinate representation of color #9DCB57: hue angle of 83.79º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9DCB57 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 203 | 87 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.20 |
| HSL | 83.79º | 0.53% | 0.57% | - |
| HSV(B) | 83.79º | 0.57% | 0.8% | - |
| XYZ | 36.98 | 50.57 | 16.83 | - |
| YUV | 176.02 | 77.76 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 87 | 0.23 | 0 | 0.57 | 0.20 | 83.79 | 0.53 | 0.57 |
| Hex | 9D | CB | 57 | 17 | 0 | 39 | 14 | 54 | 35 | 39 |
| Octal | 235 | 313 | 127 | 27 | 0 | 71 | 24 | 124 | 65 | 71 |
| Binary | 10011101 | 11001011 | 1010111 | 10111 | 0 | 111001 | 10100 | 1010100 | 110101 | 111001 |
Color Harmonies of #9DCB57
Complementary color
Monochromatic Colors of #9DCB57
Black with #9DCB57
Text Example
Text Example
White with #9DCB57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCB57; }
p { color: rgb(157,203,87); }
H1.HeaderClassName
{
color: #9DCB57;
}
.AnyTagClassName
{
color: #9DCB57;
}
</style>
background-color css
<style>
a { background-color: #9DCB57; }
a { background-color: rgb(157,203,87); }
div.DivClassName
{
background-color: #9DCB57;
}
.BgClassName
{
background-color: #9DCB57;
}
</style>
border-color css
<style>
span { border-color: #9DCB57; }
span { border-color: rgb(157,203,87); }
td.TdClassName
{
border-color: #9DCB57;
}
.TagClassName
{
border-color: #9DCB57;
}
</style>