Shades of Conifer #9EFF63
Tints of Conifer #9EFF63
RGB
CMYK
RGB Variations
Color information
#9EFF63 (or 0x9EFF63) is known color: Conifer. HEX triplet: 9E, FF and 63. RGB value is (158,255,99). Sum of RGB (Red+Green+Blue) = 158+255+99=512 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.86% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFF63 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFF63 is #61009C. Grayscale: #D0D0D0. Windows color (decimal): -6357149 or 6553502. OLE color: 6553502.
HSL color Cylindrical-coordinate representation of color #9EFF63: hue angle of 97.31º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9EFF63 is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 99 | - |
| CMYK | 0.38 | 0 | 0.61 | 0 |
| HSL | 97.31º | 1% | 0.69% | - |
| HSV(B) | 97.31º | 0.61% | 1% | - |
| XYZ | 52.11 | 79.69 | 24.44 | - |
| YUV | 208.21 | 66.36 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 99 | 0.38 | 0 | 0.61 | 0 | 97.31 | 1 | 0.69 |
| Hex | 9E | FF | 63 | 26 | 0 | 3D | 0 | 61 | 64 | 45 |
| Octal | 236 | 377 | 143 | 46 | 0 | 75 | 0 | 141 | 144 | 105 |
| Binary | 10011110 | 11111111 | 1100011 | 100110 | 0 | 111101 | 0 | 1100001 | 1100100 | 1000101 |
Color Harmonies of #9EFF63
Complementary color
Monochromatic Colors of #9EFF63
Black with #9EFF63
Text Example
Text Example
White with #9EFF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFF63; }
p { color: rgb(158,255,99); }
H1.HeaderClassName
{
color: #9EFF63;
}
.AnyTagClassName
{
color: #9EFF63;
}
</style>
background-color css
<style>
a { background-color: #9EFF63; }
a { background-color: rgb(158,255,99); }
div.DivClassName
{
background-color: #9EFF63;
}
.BgClassName
{
background-color: #9EFF63;
}
</style>
border-color css
<style>
span { border-color: #9EFF63; }
span { border-color: rgb(158,255,99); }
td.TdClassName
{
border-color: #9EFF63;
}
.TagClassName
{
border-color: #9EFF63;
}
</style>