Shades of Conifer #93EF50
Tints of Conifer #93EF50
RGB
CMYK
RGB Variations
Color information
#93EF50 (or 0x93EF50) is known color: Conifer. HEX triplet: 93, EF and 50. RGB value is (147,239,80). Sum of RGB (Red+Green+Blue) = 147+239+80=466 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.55% from 466); Green value is 239 (93.75% from 255 or 51.29% from 466); Blue value is 80 (31.64% from 255 or 17.17% from 466); Max value from RGB is 239 - color contains mainly: green. Hex color #93EF50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93EF50 is #6C10AF. Grayscale: #C1C1C1. Windows color (decimal): -7082160 or 5304211. OLE color: 5304211.
HSL color Cylindrical-coordinate representation of color #93EF50: hue angle of 94.72º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93EF50 is Cyan = 0.38, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 239 | 80 | - |
| CMYK | 0.38 | 0 | 0.67 | 0.06 |
| HSL | 94.72º | 0.83% | 0.63% | - |
| HSV(B) | 94.72º | 0.67% | 0.94% | - |
| XYZ | 44.35 | 68.52 | 18.48 | - |
| YUV | 193.37 | 64.02 | 94.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 239 | 80 | 0.38 | 0 | 0.67 | 0.06 | 94.72 | 0.83 | 0.63 |
| Hex | 93 | EF | 50 | 26 | 0 | 43 | 6 | 5F | 53 | 3F |
| Octal | 223 | 357 | 120 | 46 | 0 | 103 | 6 | 137 | 123 | 77 |
| Binary | 10010011 | 11101111 | 1010000 | 100110 | 0 | 1000011 | 110 | 1011111 | 1010011 | 111111 |
Color Harmonies of #93EF50
Complementary color
Monochromatic Colors of #93EF50
Black with #93EF50
Text Example
Text Example
White with #93EF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93EF50; }
p { color: rgb(147,239,80); }
H1.HeaderClassName
{
color: #93EF50;
}
.AnyTagClassName
{
color: #93EF50;
}
</style>
background-color css
<style>
a { background-color: #93EF50; }
a { background-color: rgb(147,239,80); }
div.DivClassName
{
background-color: #93EF50;
}
.BgClassName
{
background-color: #93EF50;
}
</style>
border-color css
<style>
span { border-color: #93EF50; }
span { border-color: rgb(147,239,80); }
td.TdClassName
{
border-color: #93EF50;
}
.TagClassName
{
border-color: #93EF50;
}
</style>