Shades of Conifer #9DF256
Tints of Conifer #9DF256
RGB
CMYK
RGB Variations
Color information
#9DF256 (or 0x9DF256) is known color: Conifer. HEX triplet: 9D, F2 and 56. RGB value is (157,242,86). Sum of RGB (Red+Green+Blue) = 157+242+86=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 242 (94.92% from 255 or 49.90% from 485); Blue value is 86 (33.98% from 255 or 17.73% from 485); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF256 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF256 is #620DA9. Grayscale: #C7C7C7. Windows color (decimal): -6426026 or 5698205. OLE color: 5698205.
HSL color Cylindrical-coordinate representation of color #9DF256: hue angle of 92.69º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9DF256 is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 242 | 86 | - |
| CMYK | 0.35 | 0 | 0.64 | 0.05 |
| HSL | 92.69º | 0.86% | 0.64% | - |
| HSV(B) | 92.69º | 0.64% | 0.95% | - |
| XYZ | 47.34 | 71.34 | 20.08 | - |
| YUV | 198.8 | 64.34 | 98.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 242 | 86 | 0.35 | 0 | 0.64 | 0.05 | 92.69 | 0.86 | 0.64 |
| Hex | 9D | F2 | 56 | 23 | 0 | 40 | 5 | 5D | 56 | 40 |
| Octal | 235 | 362 | 126 | 43 | 0 | 100 | 5 | 135 | 126 | 100 |
| Binary | 10011101 | 11110010 | 1010110 | 100011 | 0 | 1000000 | 101 | 1011101 | 1010110 | 1000000 |
Color Harmonies of #9DF256
Complementary color
Monochromatic Colors of #9DF256
Black with #9DF256
Text Example
Text Example
White with #9DF256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF256; }
p { color: rgb(157,242,86); }
H1.HeaderClassName
{
color: #9DF256;
}
.AnyTagClassName
{
color: #9DF256;
}
</style>
background-color css
<style>
a { background-color: #9DF256; }
a { background-color: rgb(157,242,86); }
div.DivClassName
{
background-color: #9DF256;
}
.BgClassName
{
background-color: #9DF256;
}
</style>
border-color css
<style>
span { border-color: #9DF256; }
span { border-color: rgb(157,242,86); }
td.TdClassName
{
border-color: #9DF256;
}
.TagClassName
{
border-color: #9DF256;
}
</style>