Shades of Conifer #93EA56
Tints of Conifer #93EA56
RGB
CMYK
RGB Variations
Color information
#93EA56 (or 0x93EA56) is known color: Conifer. HEX triplet: 93, EA and 56. RGB value is (147,234,86). Sum of RGB (Red+Green+Blue) = 147+234+86=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 86 (33.98% from 255 or 18.42% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #93EA56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93EA56 is #6C15A9. Grayscale: #BFBFBF. Windows color (decimal): -7083434 or 5696147. OLE color: 5696147.
HSL color Cylindrical-coordinate representation of color #93EA56: hue angle of 95.27º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #93EA56 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 147 | 234 | 86 | - |
| CMYK | 0.37 | 0 | 0.63 | 0.08 |
| HSL | 95.27º | 0.78% | 0.63% | - |
| HSV(B) | 95.27º | 0.63% | 0.92% | - |
| XYZ | 43.14 | 65.72 | 19.22 | - |
| YUV | 191.12 | 68.68 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 234 | 86 | 0.37 | 0 | 0.63 | 0.08 | 95.27 | 0.78 | 0.63 |
| Hex | 93 | EA | 56 | 25 | 0 | 3F | 8 | 5F | 4E | 3F |
| Octal | 223 | 352 | 126 | 45 | 0 | 77 | 10 | 137 | 116 | 77 |
| Binary | 10010011 | 11101010 | 1010110 | 100101 | 0 | 111111 | 1000 | 1011111 | 1001110 | 111111 |
Color Harmonies of #93EA56
Complementary color
Monochromatic Colors of #93EA56
Black with #93EA56
Text Example
Text Example
White with #93EA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EA56; }
p { color: rgb(147,234,86); }
H1.HeaderClassName
{
color: #93EA56;
}
.AnyTagClassName
{
color: #93EA56;
}
</style>
background-color css
<style>
a { background-color: #93EA56; }
a { background-color: rgb(147,234,86); }
div.DivClassName
{
background-color: #93EA56;
}
.BgClassName
{
background-color: #93EA56;
}
</style>
border-color css
<style>
span { border-color: #93EA56; }
span { border-color: rgb(147,234,86); }
td.TdClassName
{
border-color: #93EA56;
}
.TagClassName
{
border-color: #93EA56;
}
</style>