Shades of Conifer #9DD957
Tints of Conifer #9DD957
RGB
CMYK
RGB Variations
Color information
#9DD957 (or 0x9DD957) is known color: Conifer. HEX triplet: 9D, D9 and 57. RGB value is (157,217,87). Sum of RGB (Red+Green+Blue) = 157+217+87=461 (61% of max value = 765). Red value is 157 (61.72% from 255 or 34.06% from 461); Green value is 217 (85.16% from 255 or 47.07% from 461); Blue value is 87 (34.38% from 255 or 18.87% from 461); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD957 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD957 is #6226A8. Grayscale: #B8B8B8. Windows color (decimal): -6432425 or 5757341. OLE color: 5757341.
HSL color Cylindrical-coordinate representation of color #9DD957: hue angle of 87.69º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9DD957 is Cyan = 0.28, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 217 | 87 | - |
| CMYK | 0.28 | 0 | 0.60 | 0.15 |
| HSL | 87.69º | 0.63% | 0.6% | - |
| HSV(B) | 87.69º | 0.6% | 0.85% | - |
| XYZ | 40.44 | 57.48 | 17.98 | - |
| YUV | 184.24 | 73.12 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 217 | 87 | 0.28 | 0 | 0.60 | 0.15 | 87.69 | 0.63 | 0.6 |
| Hex | 9D | D9 | 57 | 1C | 0 | 3C | F | 58 | 3F | 3C |
| Octal | 235 | 331 | 127 | 34 | 0 | 74 | 17 | 130 | 77 | 74 |
| Binary | 10011101 | 11011001 | 1010111 | 11100 | 0 | 111100 | 1111 | 1011000 | 111111 | 111100 |
Color Harmonies of #9DD957
Complementary color
Monochromatic Colors of #9DD957
Black with #9DD957
Text Example
Text Example
White with #9DD957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD957; }
p { color: rgb(157,217,87); }
H1.HeaderClassName
{
color: #9DD957;
}
.AnyTagClassName
{
color: #9DD957;
}
</style>
background-color css
<style>
a { background-color: #9DD957; }
a { background-color: rgb(157,217,87); }
div.DivClassName
{
background-color: #9DD957;
}
.BgClassName
{
background-color: #9DD957;
}
</style>
border-color css
<style>
span { border-color: #9DD957; }
span { border-color: rgb(157,217,87); }
td.TdClassName
{
border-color: #9DD957;
}
.TagClassName
{
border-color: #9DD957;
}
</style>