Shades of Conifer #9DF956
Tints of Conifer #9DF956
RGB
CMYK
RGB Variations
Color information
#9DF956 (or 0x9DF956) is known color: Conifer. HEX triplet: 9D, F9 and 56. RGB value is (157,249,86). Sum of RGB (Red+Green+Blue) = 157+249+86=492 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.91% from 492); Green value is 249 (97.66% from 255 or 50.61% from 492); Blue value is 86 (33.98% from 255 or 17.48% from 492); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF956 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF956 is #6206A9. Grayscale: #CBCBCB. Windows color (decimal): -6424234 or 5699997. OLE color: 5699997.
HSL color Cylindrical-coordinate representation of color #9DF956: hue angle of 93.87º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DF956 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 249 | 86 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.02 |
| HSL | 93.87º | 0.93% | 0.66% | - |
| HSV(B) | 93.87º | 0.65% | 0.98% | - |
| XYZ | 49.46 | 75.59 | 20.79 | - |
| YUV | 202.91 | 62.02 | 95.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 249 | 86 | 0.37 | 0 | 0.65 | 0.02 | 93.87 | 0.93 | 0.66 |
| Hex | 9D | F9 | 56 | 25 | 0 | 41 | 2 | 5E | 5D | 42 |
| Octal | 235 | 371 | 126 | 45 | 0 | 101 | 2 | 136 | 135 | 102 |
| Binary | 10011101 | 11111001 | 1010110 | 100101 | 0 | 1000001 | 10 | 1011110 | 1011101 | 1000010 |
Color Harmonies of #9DF956
Complementary color
Monochromatic Colors of #9DF956
Black with #9DF956
Text Example
Text Example
White with #9DF956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF956; }
p { color: rgb(157,249,86); }
H1.HeaderClassName
{
color: #9DF956;
}
.AnyTagClassName
{
color: #9DF956;
}
</style>
background-color css
<style>
a { background-color: #9DF956; }
a { background-color: rgb(157,249,86); }
div.DivClassName
{
background-color: #9DF956;
}
.BgClassName
{
background-color: #9DF956;
}
</style>
border-color css
<style>
span { border-color: #9DF956; }
span { border-color: rgb(157,249,86); }
td.TdClassName
{
border-color: #9DF956;
}
.TagClassName
{
border-color: #9DF956;
}
</style>