Shades of Conifer #9EFB54
Tints of Conifer #9EFB54
RGB
CMYK
RGB Variations
Color information
#9EFB54 (or 0x9EFB54) is known color: Conifer. HEX triplet: 9E, FB and 54. RGB value is (158,251,84). Sum of RGB (Red+Green+Blue) = 158+251+84=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 251 (98.44% from 255 or 50.91% from 493); Blue value is 84 (33.20% from 255 or 17.04% from 493); Max value from RGB is 251 - color contains mainly: green. Hex color #9EFB54 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EFB54 is #6104AB. Grayscale: #CCCCCC. Windows color (decimal): -6358188 or 5569438. OLE color: 5569438.
HSL color Cylindrical-coordinate representation of color #9EFB54: hue angle of 93.41º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9EFB54 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 158 | 251 | 84 | - |
| CMYK | 0.37 | 0 | 0.67 | 0.02 |
| HSL | 93.41º | 0.95% | 0.66% | - |
| HSV(B) | 93.41º | 0.67% | 0.98% | - |
| XYZ | 50.2 | 76.9 | 20.59 | - |
| YUV | 204.16 | 60.19 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 251 | 84 | 0.37 | 0 | 0.67 | 0.02 | 93.41 | 0.95 | 0.66 |
| Hex | 9E | FB | 54 | 25 | 0 | 43 | 2 | 5D | 5F | 42 |
| Octal | 236 | 373 | 124 | 45 | 0 | 103 | 2 | 135 | 137 | 102 |
| Binary | 10011110 | 11111011 | 1010100 | 100101 | 0 | 1000011 | 10 | 1011101 | 1011111 | 1000010 |
Color Harmonies of #9EFB54
Complementary color
Monochromatic Colors of #9EFB54
Black with #9EFB54
Text Example
Text Example
White with #9EFB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EFB54; }
p { color: rgb(158,251,84); }
H1.HeaderClassName
{
color: #9EFB54;
}
.AnyTagClassName
{
color: #9EFB54;
}
</style>
background-color css
<style>
a { background-color: #9EFB54; }
a { background-color: rgb(158,251,84); }
div.DivClassName
{
background-color: #9EFB54;
}
.BgClassName
{
background-color: #9EFB54;
}
</style>
border-color css
<style>
span { border-color: #9EFB54; }
span { border-color: rgb(158,251,84); }
td.TdClassName
{
border-color: #9EFB54;
}
.TagClassName
{
border-color: #9EFB54;
}
</style>