Shades of Conifer #93EC56
Tints of Conifer #93EC56
RGB
CMYK
RGB Variations
Color information
#93EC56 (or 0x93EC56) is known color: Conifer. HEX triplet: 93, EC and 56. RGB value is (147,236,86). Sum of RGB (Red+Green+Blue) = 147+236+86=469 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.34% from 469); Green value is 236 (92.58% from 255 or 50.32% from 469); Blue value is 86 (33.98% from 255 or 18.34% from 469); Max value from RGB is 236 - color contains mainly: green. Hex color #93EC56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93EC56 is #6C13A9. Grayscale: #C0C0C0. Windows color (decimal): -7082922 or 5696659. OLE color: 5696659.
HSL color Cylindrical-coordinate representation of color #93EC56: hue angle of 95.6º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93EC56 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 236 | 86 | - |
| CMYK | 0.38 | 0 | 0.64 | 0.07 |
| HSL | 95.6º | 0.8% | 0.63% | - |
| HSV(B) | 95.6º | 0.64% | 0.93% | - |
| XYZ | 43.71 | 66.87 | 19.41 | - |
| YUV | 192.29 | 68.01 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 236 | 86 | 0.38 | 0 | 0.64 | 0.07 | 95.6 | 0.8 | 0.63 |
| Hex | 93 | EC | 56 | 26 | 0 | 40 | 7 | 60 | 50 | 3F |
| Octal | 223 | 354 | 126 | 46 | 0 | 100 | 7 | 140 | 120 | 77 |
| Binary | 10010011 | 11101100 | 1010110 | 100110 | 0 | 1000000 | 111 | 1100000 | 1010000 | 111111 |
Color Harmonies of #93EC56
Complementary color
Monochromatic Colors of #93EC56
Black with #93EC56
Text Example
Text Example
White with #93EC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EC56; }
p { color: rgb(147,236,86); }
H1.HeaderClassName
{
color: #93EC56;
}
.AnyTagClassName
{
color: #93EC56;
}
</style>
background-color css
<style>
a { background-color: #93EC56; }
a { background-color: rgb(147,236,86); }
div.DivClassName
{
background-color: #93EC56;
}
.BgClassName
{
background-color: #93EC56;
}
</style>
border-color css
<style>
span { border-color: #93EC56; }
span { border-color: rgb(147,236,86); }
td.TdClassName
{
border-color: #93EC56;
}
.TagClassName
{
border-color: #93EC56;
}
</style>