Shades of Conifer #9DF856
Tints of Conifer #9DF856
RGB
CMYK
RGB Variations
Color information
#9DF856 (or 0x9DF856) is known color: Conifer. HEX triplet: 9D, F8 and 56. RGB value is (157,248,86). Sum of RGB (Red+Green+Blue) = 157+248+86=491 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.98% from 491); Green value is 248 (97.27% from 255 or 50.51% from 491); Blue value is 86 (33.98% from 255 or 17.52% from 491); Max value from RGB is 248 - color contains mainly: green. Hex color #9DF856 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF856 is #6207A9. Grayscale: #CACACA. Windows color (decimal): -6424490 or 5699741. OLE color: 5699741.
HSL color Cylindrical-coordinate representation of color #9DF856: hue angle of 93.7º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DF856 is Cyan = 0.37, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 248 | 86 | - |
| CMYK | 0.37 | 0 | 0.65 | 0.03 |
| HSL | 93.7º | 0.92% | 0.65% | - |
| HSV(B) | 93.7º | 0.65% | 0.97% | - |
| XYZ | 49.15 | 74.97 | 20.69 | - |
| YUV | 202.32 | 62.35 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 248 | 86 | 0.37 | 0 | 0.65 | 0.03 | 93.7 | 0.92 | 0.65 |
| Hex | 9D | F8 | 56 | 25 | 0 | 41 | 3 | 5E | 5C | 41 |
| Octal | 235 | 370 | 126 | 45 | 0 | 101 | 3 | 136 | 134 | 101 |
| Binary | 10011101 | 11111000 | 1010110 | 100101 | 0 | 1000001 | 11 | 1011110 | 1011100 | 1000001 |
Color Harmonies of #9DF856
Complementary color
Monochromatic Colors of #9DF856
Black with #9DF856
Text Example
Text Example
White with #9DF856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF856; }
p { color: rgb(157,248,86); }
H1.HeaderClassName
{
color: #9DF856;
}
.AnyTagClassName
{
color: #9DF856;
}
</style>
background-color css
<style>
a { background-color: #9DF856; }
a { background-color: rgb(157,248,86); }
div.DivClassName
{
background-color: #9DF856;
}
.BgClassName
{
background-color: #9DF856;
}
</style>
border-color css
<style>
span { border-color: #9DF856; }
span { border-color: rgb(157,248,86); }
td.TdClassName
{
border-color: #9DF856;
}
.TagClassName
{
border-color: #9DF856;
}
</style>