Shades of Conifer #93F45D
Tints of Conifer #93F45D
RGB
CMYK
RGB Variations
Color information
#93F45D (or 0x93F45D) is known color: Conifer. HEX triplet: 93, F4 and 5D. RGB value is (147,244,93). Sum of RGB (Red+Green+Blue) = 147+244+93=484 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.37% from 484); Green value is 244 (95.70% from 255 or 50.41% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 244 - color contains mainly: green. Hex color #93F45D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F45D is #6C0BA2. Grayscale: #C6C6C6. Windows color (decimal): -7080867 or 6157459. OLE color: 6157459.
HSL color Cylindrical-coordinate representation of color #93F45D: hue angle of 98.54º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #93F45D is Cyan = 0.40, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 244 | 93 | - |
| CMYK | 0.40 | 0 | 0.62 | 0.04 |
| HSL | 98.54º | 0.87% | 0.66% | - |
| HSV(B) | 98.54º | 0.62% | 0.96% | - |
| XYZ | 46.36 | 71.69 | 21.75 | - |
| YUV | 197.78 | 68.86 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 244 | 93 | 0.40 | 0 | 0.62 | 0.04 | 98.54 | 0.87 | 0.66 |
| Hex | 93 | F4 | 5D | 28 | 0 | 3E | 4 | 63 | 57 | 42 |
| Octal | 223 | 364 | 135 | 50 | 0 | 76 | 4 | 143 | 127 | 102 |
| Binary | 10010011 | 11110100 | 1011101 | 101000 | 0 | 111110 | 100 | 1100011 | 1010111 | 1000010 |
Color Harmonies of #93F45D
Complementary color
Monochromatic Colors of #93F45D
Black with #93F45D
Text Example
Text Example
White with #93F45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F45D; }
p { color: rgb(147,244,93); }
H1.HeaderClassName
{
color: #93F45D;
}
.AnyTagClassName
{
color: #93F45D;
}
</style>
background-color css
<style>
a { background-color: #93F45D; }
a { background-color: rgb(147,244,93); }
div.DivClassName
{
background-color: #93F45D;
}
.BgClassName
{
background-color: #93F45D;
}
</style>
border-color css
<style>
span { border-color: #93F45D; }
span { border-color: rgb(147,244,93); }
td.TdClassName
{
border-color: #93F45D;
}
.TagClassName
{
border-color: #93F45D;
}
</style>