Shades of Conifer #9DF65E
Tints of Conifer #9DF65E
RGB
CMYK
RGB Variations
Color information
#9DF65E (or 0x9DF65E) is known color: Conifer. HEX triplet: 9D, F6 and 5E. RGB value is (157,246,94). Sum of RGB (Red+Green+Blue) = 157+246+94=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 246 (96.48% from 255 or 49.50% from 497); Blue value is 94 (37.11% from 255 or 18.91% from 497); Max value from RGB is 246 - color contains mainly: green. Hex color #9DF65E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF65E is #6209A1. Grayscale: #CACACA. Windows color (decimal): -6424994 or 6223517. OLE color: 6223517.
HSL color Cylindrical-coordinate representation of color #9DF65E: hue angle of 95.13º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DF65E is Cyan = 0.36, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 246 | 94 | - |
| CMYK | 0.36 | 0 | 0.62 | 0.04 |
| HSL | 95.13º | 0.89% | 0.67% | - |
| HSV(B) | 95.13º | 0.62% | 0.96% | - |
| XYZ | 48.88 | 73.89 | 22.28 | - |
| YUV | 202.06 | 67.01 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 246 | 94 | 0.36 | 0 | 0.62 | 0.04 | 95.13 | 0.89 | 0.67 |
| Hex | 9D | F6 | 5E | 24 | 0 | 3E | 4 | 5F | 59 | 43 |
| Octal | 235 | 366 | 136 | 44 | 0 | 76 | 4 | 137 | 131 | 103 |
| Binary | 10011101 | 11110110 | 1011110 | 100100 | 0 | 111110 | 100 | 1011111 | 1011001 | 1000011 |
Color Harmonies of #9DF65E
Complementary color
Monochromatic Colors of #9DF65E
Black with #9DF65E
Text Example
Text Example
White with #9DF65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF65E; }
p { color: rgb(157,246,94); }
H1.HeaderClassName
{
color: #9DF65E;
}
.AnyTagClassName
{
color: #9DF65E;
}
</style>
background-color css
<style>
a { background-color: #9DF65E; }
a { background-color: rgb(157,246,94); }
div.DivClassName
{
background-color: #9DF65E;
}
.BgClassName
{
background-color: #9DF65E;
}
</style>
border-color css
<style>
span { border-color: #9DF65E; }
span { border-color: rgb(157,246,94); }
td.TdClassName
{
border-color: #9DF65E;
}
.TagClassName
{
border-color: #9DF65E;
}
</style>