Shades of Conifer #9EFB5B
Tints of Conifer #9EFB5B
RGB
CMYK
RGB Variations
Color information
#9EFB5B (or 0x9EFB5B) is known color: Conifer. HEX triplet: 9E, FB and 5B. RGB value is (158,251,91). Sum of RGB (Red+Green+Blue) = 158+251+91=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 251 (98.44% from 255 or 50.2% from 500); Blue value is 91 (35.94% from 255 or 18.2% from 500); Max value from RGB is 251 - color contains mainly: green. Hex color #9EFB5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFB5B is #6104A4. Grayscale: #CDCDCD. Windows color (decimal): -6358181 or 6028190. OLE color: 6028190.
HSL color Cylindrical-coordinate representation of color #9EFB5B: hue angle of 94.88º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9EFB5B is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 251 | 91 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.02 |
| HSL | 94.88º | 0.95% | 0.67% | - |
| HSV(B) | 94.88º | 0.64% | 0.98% | - |
| XYZ | 50.49 | 77.02 | 22.1 | - |
| YUV | 204.95 | 63.69 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 251 | 91 | 0.37 | 0 | 0.64 | 0.02 | 94.88 | 0.95 | 0.67 |
| Hex | 9E | FB | 5B | 25 | 0 | 40 | 2 | 5F | 5F | 43 |
| Octal | 236 | 373 | 133 | 45 | 0 | 100 | 2 | 137 | 137 | 103 |
| Binary | 10011110 | 11111011 | 1011011 | 100101 | 0 | 1000000 | 10 | 1011111 | 1011111 | 1000011 |
Color Harmonies of #9EFB5B
Complementary color
Monochromatic Colors of #9EFB5B
Black with #9EFB5B
Text Example
Text Example
White with #9EFB5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFB5B; }
p { color: rgb(158,251,91); }
H1.HeaderClassName
{
color: #9EFB5B;
}
.AnyTagClassName
{
color: #9EFB5B;
}
</style>
background-color css
<style>
a { background-color: #9EFB5B; }
a { background-color: rgb(158,251,91); }
div.DivClassName
{
background-color: #9EFB5B;
}
.BgClassName
{
background-color: #9EFB5B;
}
</style>
border-color css
<style>
span { border-color: #9EFB5B; }
span { border-color: rgb(158,251,91); }
td.TdClassName
{
border-color: #9EFB5B;
}
.TagClassName
{
border-color: #9EFB5B;
}
</style>