Shades of Conifer #9EFD65
Tints of Conifer #9EFD65
RGB
CMYK
RGB Variations
Color information
#9EFD65 (or 0x9EFD65) is known color: Conifer. HEX triplet: 9E, FD and 65. RGB value is (158,253,101). Sum of RGB (Red+Green+Blue) = 158+253+101=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 253 (99.22% from 255 or 49.41% from 512); Blue value is 101 (39.84% from 255 or 19.73% from 512); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFD65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFD65 is #61029A. Grayscale: #CFCFCF. Windows color (decimal): -6357659 or 6684062. OLE color: 6684062.
HSL color Cylindrical-coordinate representation of color #9EFD65: hue angle of 97.5º degrees, saturation: 0.97, 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 #9EFD65 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 253 | 101 | - |
| CMYK | 0.38 | 0 | 0.60 | 0.01 |
| HSL | 97.5º | 0.97% | 0.69% | - |
| HSV(B) | 97.5º | 0.6% | 0.99% | - |
| XYZ | 51.57 | 78.46 | 24.74 | - |
| YUV | 207.27 | 68.03 | 92.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 253 | 101 | 0.38 | 0 | 0.60 | 0.01 | 97.5 | 0.97 | 0.69 |
| Hex | 9E | FD | 65 | 26 | 0 | 3C | 1 | 62 | 61 | 45 |
| Octal | 236 | 375 | 145 | 46 | 0 | 74 | 1 | 142 | 141 | 105 |
| Binary | 10011110 | 11111101 | 1100101 | 100110 | 0 | 111100 | 1 | 1100010 | 1100001 | 1000101 |
Color Harmonies of #9EFD65
Complementary color
Monochromatic Colors of #9EFD65
Black with #9EFD65
Text Example
Text Example
White with #9EFD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFD65; }
p { color: rgb(158,253,101); }
H1.HeaderClassName
{
color: #9EFD65;
}
.AnyTagClassName
{
color: #9EFD65;
}
</style>
background-color css
<style>
a { background-color: #9EFD65; }
a { background-color: rgb(158,253,101); }
div.DivClassName
{
background-color: #9EFD65;
}
.BgClassName
{
background-color: #9EFD65;
}
</style>
border-color css
<style>
span { border-color: #9EFD65; }
span { border-color: rgb(158,253,101); }
td.TdClassName
{
border-color: #9EFD65;
}
.TagClassName
{
border-color: #9EFD65;
}
</style>