Shades of Conifer #9DF65F
Tints of Conifer #9DF65F
RGB
CMYK
RGB Variations
Color information
#9DF65F (or 0x9DF65F) is known color: Conifer. HEX triplet: 9D, F6 and 5F. RGB value is (157,246,95). Sum of RGB (Red+Green+Blue) = 157+246+95=498 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.53% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #9DF65F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF65F is #6209A0. Grayscale: #CACACA. Windows color (decimal): -6424993 or 6289053. OLE color: 6289053.
HSL color Cylindrical-coordinate representation of color #9DF65F: hue angle of 95.36º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9DF65F is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 246 | 95 | - |
| CMYK | 0.36 | 0 | 0.61 | 0.04 |
| HSL | 95.36º | 0.89% | 0.67% | - |
| HSV(B) | 95.36º | 0.61% | 0.96% | - |
| XYZ | 48.93 | 73.91 | 22.51 | - |
| YUV | 202.18 | 67.51 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 246 | 95 | 0.36 | 0 | 0.61 | 0.04 | 95.36 | 0.89 | 0.67 |
| Hex | 9D | F6 | 5F | 24 | 0 | 3D | 4 | 5F | 59 | 43 |
| Octal | 235 | 366 | 137 | 44 | 0 | 75 | 4 | 137 | 131 | 103 |
| Binary | 10011101 | 11110110 | 1011111 | 100100 | 0 | 111101 | 100 | 1011111 | 1011001 | 1000011 |
Color Harmonies of #9DF65F
Complementary color
Monochromatic Colors of #9DF65F
Black with #9DF65F
Text Example
Text Example
White with #9DF65F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF65F; }
p { color: rgb(157,246,95); }
H1.HeaderClassName
{
color: #9DF65F;
}
.AnyTagClassName
{
color: #9DF65F;
}
</style>
background-color css
<style>
a { background-color: #9DF65F; }
a { background-color: rgb(157,246,95); }
div.DivClassName
{
background-color: #9DF65F;
}
.BgClassName
{
background-color: #9DF65F;
}
</style>
border-color css
<style>
span { border-color: #9DF65F; }
span { border-color: rgb(157,246,95); }
td.TdClassName
{
border-color: #9DF65F;
}
.TagClassName
{
border-color: #9DF65F;
}
</style>