Shades of Conifer #9EFC55
Tints of Conifer #9EFC55
RGB
CMYK
RGB Variations
Color information
#9EFC55 (or 0x9EFC55) is known color: Conifer. HEX triplet: 9E, FC and 55. RGB value is (158,252,85). Sum of RGB (Red+Green+Blue) = 158+252+85=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 252 (98.83% from 255 or 50.91% from 495); Blue value is 85 (33.59% from 255 or 17.17% from 495); Max value from RGB is 252 - color contains mainly: green. Hex color #9EFC55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFC55 is #6103AA. Grayscale: #CDCDCD. Windows color (decimal): -6357931 or 5635230. OLE color: 5635230.
HSL color Cylindrical-coordinate representation of color #9EFC55: hue angle of 93.77º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9EFC55 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 158 | 252 | 85 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.01 |
| HSL | 93.77º | 0.97% | 0.66% | - |
| HSV(B) | 93.77º | 0.66% | 0.99% | - |
| XYZ | 50.55 | 77.55 | 20.9 | - |
| YUV | 204.86 | 60.36 | 94.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 252 | 85 | 0.37 | 0 | 0.66 | 0.01 | 93.77 | 0.97 | 0.66 |
| Hex | 9E | FC | 55 | 25 | 0 | 42 | 1 | 5E | 61 | 42 |
| Octal | 236 | 374 | 125 | 45 | 0 | 102 | 1 | 136 | 141 | 102 |
| Binary | 10011110 | 11111100 | 1010101 | 100101 | 0 | 1000010 | 1 | 1011110 | 1100001 | 1000010 |
Color Harmonies of #9EFC55
Complementary color
Monochromatic Colors of #9EFC55
Black with #9EFC55
Text Example
Text Example
White with #9EFC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFC55; }
p { color: rgb(158,252,85); }
H1.HeaderClassName
{
color: #9EFC55;
}
.AnyTagClassName
{
color: #9EFC55;
}
</style>
background-color css
<style>
a { background-color: #9EFC55; }
a { background-color: rgb(158,252,85); }
div.DivClassName
{
background-color: #9EFC55;
}
.BgClassName
{
background-color: #9EFC55;
}
</style>
border-color css
<style>
span { border-color: #9EFC55; }
span { border-color: rgb(158,252,85); }
td.TdClassName
{
border-color: #9EFC55;
}
.TagClassName
{
border-color: #9EFC55;
}
</style>