Shades of Conifer #9EFC65
Tints of Conifer #9EFC65
RGB
CMYK
RGB Variations
Color information
#9EFC65 (or 0x9EFC65) is known color: Conifer. HEX triplet: 9E, FC and 65. RGB value is (158,252,101). Sum of RGB (Red+Green+Blue) = 158+252+101=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 101 (39.84% from 255 or 19.77% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFC65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFC65 is #61039A. Grayscale: #CFCFCF. Windows color (decimal): -6357915 or 6683806. OLE color: 6683806.
HSL color Cylindrical-coordinate representation of color #9EFC65: hue angle of 97.35º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9EFC65 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 252 | 101 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.01 |
| HSL | 97.35º | 0.96% | 0.69% | - |
| HSV(B) | 97.35º | 0.6% | 0.99% | - |
| XYZ | 51.26 | 77.83 | 24.63 | - |
| YUV | 206.68 | 68.36 | 93.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 252 | 101 | 0.37 | 0 | 0.60 | 0.01 | 97.35 | 0.96 | 0.69 |
| Hex | 9E | FC | 65 | 25 | 0 | 3C | 1 | 61 | 60 | 45 |
| Octal | 236 | 374 | 145 | 45 | 0 | 74 | 1 | 141 | 140 | 105 |
| Binary | 10011110 | 11111100 | 1100101 | 100101 | 0 | 111100 | 1 | 1100001 | 1100000 | 1000101 |
Color Harmonies of #9EFC65
Complementary color
Monochromatic Colors of #9EFC65
Black with #9EFC65
Text Example
Text Example
White with #9EFC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFC65; }
p { color: rgb(158,252,101); }
H1.HeaderClassName
{
color: #9EFC65;
}
.AnyTagClassName
{
color: #9EFC65;
}
</style>
background-color css
<style>
a { background-color: #9EFC65; }
a { background-color: rgb(158,252,101); }
div.DivClassName
{
background-color: #9EFC65;
}
.BgClassName
{
background-color: #9EFC65;
}
</style>
border-color css
<style>
span { border-color: #9EFC65; }
span { border-color: rgb(158,252,101); }
td.TdClassName
{
border-color: #9EFC65;
}
.TagClassName
{
border-color: #9EFC65;
}
</style>