Shades of Conifer #93E85E
Tints of Conifer #93E85E
RGB
CMYK
RGB Variations
Color information
#93E85E (or 0x93E85E) is known color: Conifer. HEX triplet: 93, E8 and 5E. RGB value is (147,232,94). Sum of RGB (Red+Green+Blue) = 147+232+94=473 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.08% from 473); Green value is 232 (91.02% from 255 or 49.05% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 232 - color contains mainly: green. Hex color #93E85E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93E85E is #6C17A1. Grayscale: #BFBFBF. Windows color (decimal): -7083938 or 6219923. OLE color: 6219923.
HSL color Cylindrical-coordinate representation of color #93E85E: hue angle of 96.96º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #93E85E is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 147 | 232 | 94 | - |
| CMYK | 0.37 | 0 | 0.59 | 0.09 |
| HSL | 96.96º | 0.75% | 0.64% | - |
| HSV(B) | 96.96º | 0.59% | 0.91% | - |
| XYZ | 42.91 | 64.72 | 20.82 | - |
| YUV | 190.85 | 73.34 | 96.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 232 | 94 | 0.37 | 0 | 0.59 | 0.09 | 96.96 | 0.75 | 0.64 |
| Hex | 93 | E8 | 5E | 25 | 0 | 3B | 9 | 61 | 4B | 40 |
| Octal | 223 | 350 | 136 | 45 | 0 | 73 | 11 | 141 | 113 | 100 |
| Binary | 10010011 | 11101000 | 1011110 | 100101 | 0 | 111011 | 1001 | 1100001 | 1001011 | 1000000 |
Color Harmonies of #93E85E
Complementary color
Monochromatic Colors of #93E85E
Black with #93E85E
Text Example
Text Example
White with #93E85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93E85E; }
p { color: rgb(147,232,94); }
H1.HeaderClassName
{
color: #93E85E;
}
.AnyTagClassName
{
color: #93E85E;
}
</style>
background-color css
<style>
a { background-color: #93E85E; }
a { background-color: rgb(147,232,94); }
div.DivClassName
{
background-color: #93E85E;
}
.BgClassName
{
background-color: #93E85E;
}
</style>
border-color css
<style>
span { border-color: #93E85E; }
span { border-color: rgb(147,232,94); }
td.TdClassName
{
border-color: #93E85E;
}
.TagClassName
{
border-color: #93E85E;
}
</style>