Shades of Conifer #94EC51
Tints of Conifer #94EC51
RGB
CMYK
RGB Variations
Color information
#94EC51 (or 0x94EC51) is known color: Conifer. HEX triplet: 94, EC and 51. RGB value is (148,236,81). Sum of RGB (Red+Green+Blue) = 148+236+81=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 236 (92.58% from 255 or 50.75% from 465); Blue value is 81 (32.03% from 255 or 17.42% from 465); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC51 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EC51 is #6B13AE. Grayscale: #C0C0C0. Windows color (decimal): -7017391 or 5368980. OLE color: 5368980.
HSL color Cylindrical-coordinate representation of color #94EC51: hue angle of 94.06º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #94EC51 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 81 | - |
| CMYK | 0.37 | 0 | 0.66 | 0.07 |
| HSL | 94.06º | 0.8% | 0.62% | - |
| HSV(B) | 94.06º | 0.66% | 0.93% | - |
| XYZ | 43.69 | 66.88 | 18.39 | - |
| YUV | 192.02 | 65.35 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 81 | 0.37 | 0 | 0.66 | 0.07 | 94.06 | 0.8 | 0.62 |
| Hex | 94 | EC | 51 | 25 | 0 | 42 | 7 | 5E | 50 | 3E |
| Octal | 224 | 354 | 121 | 45 | 0 | 102 | 7 | 136 | 120 | 76 |
| Binary | 10010100 | 11101100 | 1010001 | 100101 | 0 | 1000010 | 111 | 1011110 | 1010000 | 111110 |
Color Harmonies of #94EC51
Complementary color
Monochromatic Colors of #94EC51
Black with #94EC51
Text Example
Text Example
White with #94EC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC51; }
p { color: rgb(148,236,81); }
H1.HeaderClassName
{
color: #94EC51;
}
.AnyTagClassName
{
color: #94EC51;
}
</style>
background-color css
<style>
a { background-color: #94EC51; }
a { background-color: rgb(148,236,81); }
div.DivClassName
{
background-color: #94EC51;
}
.BgClassName
{
background-color: #94EC51;
}
</style>
border-color css
<style>
span { border-color: #94EC51; }
span { border-color: rgb(148,236,81); }
td.TdClassName
{
border-color: #94EC51;
}
.TagClassName
{
border-color: #94EC51;
}
</style>