Shades of Conifer #9DF356
Tints of Conifer #9DF356
RGB
CMYK
RGB Variations
Color information
#9DF356 (or 0x9DF356) is known color: Conifer. HEX triplet: 9D, F3 and 56. RGB value is (157,243,86). Sum of RGB (Red+Green+Blue) = 157+243+86=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 243 (95.31% from 255 or 50% from 486); Blue value is 86 (33.98% from 255 or 17.70% from 486); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF356 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF356 is #620CA9. Grayscale: #C7C7C7. Windows color (decimal): -6425770 or 5698461. OLE color: 5698461.
HSL color Cylindrical-coordinate representation of color #9DF356: hue angle of 92.87º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DF356 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 243 | 86 | - |
| CMYK | 0.35 | 0 | 0.65 | 0.05 |
| HSL | 92.87º | 0.87% | 0.65% | - |
| HSV(B) | 92.87º | 0.65% | 0.95% | - |
| XYZ | 47.63 | 71.94 | 20.18 | - |
| YUV | 199.39 | 64.01 | 97.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 243 | 86 | 0.35 | 0 | 0.65 | 0.05 | 92.87 | 0.87 | 0.65 |
| Hex | 9D | F3 | 56 | 23 | 0 | 41 | 5 | 5D | 57 | 41 |
| Octal | 235 | 363 | 126 | 43 | 0 | 101 | 5 | 135 | 127 | 101 |
| Binary | 10011101 | 11110011 | 1010110 | 100011 | 0 | 1000001 | 101 | 1011101 | 1010111 | 1000001 |
Color Harmonies of #9DF356
Complementary color
Monochromatic Colors of #9DF356
Black with #9DF356
Text Example
Text Example
White with #9DF356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF356; }
p { color: rgb(157,243,86); }
H1.HeaderClassName
{
color: #9DF356;
}
.AnyTagClassName
{
color: #9DF356;
}
</style>
background-color css
<style>
a { background-color: #9DF356; }
a { background-color: rgb(157,243,86); }
div.DivClassName
{
background-color: #9DF356;
}
.BgClassName
{
background-color: #9DF356;
}
</style>
border-color css
<style>
span { border-color: #9DF356; }
span { border-color: rgb(157,243,86); }
td.TdClassName
{
border-color: #9DF356;
}
.TagClassName
{
border-color: #9DF356;
}
</style>