Shades of Conifer #9EFF57
Tints of Conifer #9EFF57
RGB
CMYK
RGB Variations
Color information
#9EFF57 (or 0x9EFF57) is known color: Conifer. HEX triplet: 9E, FF and 57. RGB value is (158,255,87). Sum of RGB (Red+Green+Blue) = 158+255+87=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 255 (100% from 255 or 51% from 500); Blue value is 87 (34.38% from 255 or 17.4% from 500); Max value from RGB is 255 - color contains mainly: green. Hex color #9EFF57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFF57 is #6100A8. Grayscale: #CFCFCF. Windows color (decimal): -6357161 or 5767070. OLE color: 5767070.
HSL color Cylindrical-coordinate representation of color #9EFF57: hue angle of 94.64º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9EFF57 is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 158 | 255 | 87 | - |
| CMYK | 0.38 | 0 | 0.66 | 0 |
| HSL | 94.64º | 1% | 0.67% | - |
| HSV(B) | 94.64º | 0.66% | 1% | - |
| XYZ | 51.58 | 79.48 | 21.64 | - |
| YUV | 206.85 | 60.36 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 255 | 87 | 0.38 | 0 | 0.66 | 0 | 94.64 | 1 | 0.67 |
| Hex | 9E | FF | 57 | 26 | 0 | 42 | 0 | 5F | 64 | 43 |
| Octal | 236 | 377 | 127 | 46 | 0 | 102 | 0 | 137 | 144 | 103 |
| Binary | 10011110 | 11111111 | 1010111 | 100110 | 0 | 1000010 | 0 | 1011111 | 1100100 | 1000011 |
Color Harmonies of #9EFF57
Complementary color
Monochromatic Colors of #9EFF57
Black with #9EFF57
Text Example
Text Example
White with #9EFF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFF57; }
p { color: rgb(158,255,87); }
H1.HeaderClassName
{
color: #9EFF57;
}
.AnyTagClassName
{
color: #9EFF57;
}
</style>
background-color css
<style>
a { background-color: #9EFF57; }
a { background-color: rgb(158,255,87); }
div.DivClassName
{
background-color: #9EFF57;
}
.BgClassName
{
background-color: #9EFF57;
}
</style>
border-color css
<style>
span { border-color: #9EFF57; }
span { border-color: rgb(158,255,87); }
td.TdClassName
{
border-color: #9EFF57;
}
.TagClassName
{
border-color: #9EFF57;
}
</style>