Shades of Conifer #9EFD62
Tints of Conifer #9EFD62
RGB
CMYK
RGB Variations
Color information
#9EFD62 (or 0x9EFD62) is known color: Conifer. HEX triplet: 9E, FD and 62. RGB value is (158,253,98). Sum of RGB (Red+Green+Blue) = 158+253+98=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 253 (99.22% from 255 or 49.71% from 509); Blue value is 98 (38.67% from 255 or 19.25% from 509); Max value from RGB is 253 - color contains mainly: green. Hex color #9EFD62 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFD62 is #61029D. Grayscale: #CFCFCF. Windows color (decimal): -6357662 or 6487454. OLE color: 6487454.
HSL color Cylindrical-coordinate representation of color #9EFD62: hue angle of 96.77º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9EFD62 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 253 | 98 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.01 |
| HSL | 96.77º | 0.97% | 0.69% | - |
| HSV(B) | 96.77º | 0.61% | 0.99% | - |
| XYZ | 51.43 | 78.4 | 23.98 | - |
| YUV | 206.93 | 66.53 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 253 | 98 | 0.38 | 0 | 0.61 | 0.01 | 96.77 | 0.97 | 0.69 |
| Hex | 9E | FD | 62 | 26 | 0 | 3D | 1 | 61 | 61 | 45 |
| Octal | 236 | 375 | 142 | 46 | 0 | 75 | 1 | 141 | 141 | 105 |
| Binary | 10011110 | 11111101 | 1100010 | 100110 | 0 | 111101 | 1 | 1100001 | 1100001 | 1000101 |
Color Harmonies of #9EFD62
Complementary color
Monochromatic Colors of #9EFD62
Black with #9EFD62
Text Example
Text Example
White with #9EFD62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFD62; }
p { color: rgb(158,253,98); }
H1.HeaderClassName
{
color: #9EFD62;
}
.AnyTagClassName
{
color: #9EFD62;
}
</style>
background-color css
<style>
a { background-color: #9EFD62; }
a { background-color: rgb(158,253,98); }
div.DivClassName
{
background-color: #9EFD62;
}
.BgClassName
{
background-color: #9EFD62;
}
</style>
border-color css
<style>
span { border-color: #9EFD62; }
span { border-color: rgb(158,253,98); }
td.TdClassName
{
border-color: #9EFD62;
}
.TagClassName
{
border-color: #9EFD62;
}
</style>