Shades of Conifer #93ED5D
Tints of Conifer #93ED5D
RGB
CMYK
RGB Variations
Color information
#93ED5D (or 0x93ED5D) is known color: Conifer. HEX triplet: 93, ED and 5D. RGB value is (147,237,93). Sum of RGB (Red+Green+Blue) = 147+237+93=477 (63% of max value = 765). Red value is 147 (57.81% from 255 or 30.82% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #93ED5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93ED5D is #6C12A2. Grayscale: #C2C2C2. Windows color (decimal): -7082659 or 6155667. OLE color: 6155667.
HSL color Cylindrical-coordinate representation of color #93ED5D: hue angle of 97.5º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #93ED5D is Cyan = 0.38, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 147 | 237 | 93 | - |
| CMYK | 0.38 | 0 | 0.61 | 0.07 |
| HSL | 97.5º | 0.8% | 0.65% | - |
| HSV(B) | 97.5º | 0.61% | 0.93% | - |
| XYZ | 44.29 | 67.56 | 21.06 | - |
| YUV | 193.67 | 71.18 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 237 | 93 | 0.38 | 0 | 0.61 | 0.07 | 97.5 | 0.8 | 0.65 |
| Hex | 93 | ED | 5D | 26 | 0 | 3D | 7 | 62 | 50 | 41 |
| Octal | 223 | 355 | 135 | 46 | 0 | 75 | 7 | 142 | 120 | 101 |
| Binary | 10010011 | 11101101 | 1011101 | 100110 | 0 | 111101 | 111 | 1100010 | 1010000 | 1000001 |
Color Harmonies of #93ED5D
Complementary color
Monochromatic Colors of #93ED5D
Black with #93ED5D
Text Example
Text Example
White with #93ED5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93ED5D; }
p { color: rgb(147,237,93); }
H1.HeaderClassName
{
color: #93ED5D;
}
.AnyTagClassName
{
color: #93ED5D;
}
</style>
background-color css
<style>
a { background-color: #93ED5D; }
a { background-color: rgb(147,237,93); }
div.DivClassName
{
background-color: #93ED5D;
}
.BgClassName
{
background-color: #93ED5D;
}
</style>
border-color css
<style>
span { border-color: #93ED5D; }
span { border-color: rgb(147,237,93); }
td.TdClassName
{
border-color: #93ED5D;
}
.TagClassName
{
border-color: #93ED5D;
}
</style>