Shades of Conifer #93FA5E
Tints of Conifer #93FA5E
RGB
CMYK
RGB Variations
Color information
#93FA5E (or 0x93FA5E) is known color: Conifer. HEX triplet: 93, FA and 5E. RGB value is (147,250,94). Sum of RGB (Red+Green+Blue) = 147+250+94=491 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.94% from 491); Green value is 250 (98.05% from 255 or 50.92% from 491); Blue value is 94 (37.11% from 255 or 19.14% from 491); Max value from RGB is 250 - color contains mainly: green. Hex color #93FA5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93FA5E is #6C05A1. Grayscale: #C9C9C9. Windows color (decimal): -7079330 or 6224531. OLE color: 6224531.
HSL color Cylindrical-coordinate representation of color #93FA5E: hue angle of 99.62º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #93FA5E is Cyan = 0.41, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 147 | 250 | 94 | - |
| CMYK | 0.41 | 0 | 0.62 | 0.02 |
| HSL | 99.62º | 0.94% | 0.67% | - |
| HSV(B) | 99.62º | 0.62% | 0.98% | - |
| XYZ | 48.24 | 75.38 | 22.6 | - |
| YUV | 201.42 | 67.38 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 250 | 94 | 0.41 | 0 | 0.62 | 0.02 | 99.62 | 0.94 | 0.67 |
| Hex | 93 | FA | 5E | 29 | 0 | 3E | 2 | 64 | 5E | 43 |
| Octal | 223 | 372 | 136 | 51 | 0 | 76 | 2 | 144 | 136 | 103 |
| Binary | 10010011 | 11111010 | 1011110 | 101001 | 0 | 111110 | 10 | 1100100 | 1011110 | 1000011 |
Color Harmonies of #93FA5E
Complementary color
Monochromatic Colors of #93FA5E
Black with #93FA5E
Text Example
Text Example
White with #93FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FA5E; }
p { color: rgb(147,250,94); }
H1.HeaderClassName
{
color: #93FA5E;
}
.AnyTagClassName
{
color: #93FA5E;
}
</style>
background-color css
<style>
a { background-color: #93FA5E; }
a { background-color: rgb(147,250,94); }
div.DivClassName
{
background-color: #93FA5E;
}
.BgClassName
{
background-color: #93FA5E;
}
</style>
border-color css
<style>
span { border-color: #93FA5E; }
span { border-color: rgb(147,250,94); }
td.TdClassName
{
border-color: #93FA5E;
}
.TagClassName
{
border-color: #93FA5E;
}
</style>