Shades of Conifer #93F350
Tints of Conifer #93F350
RGB
CMYK
RGB Variations
Color information
#93F350 (or 0x93F350) is known color: Conifer. HEX triplet: 93, F3 and 50. RGB value is (147,243,80). Sum of RGB (Red+Green+Blue) = 147+243+80=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 243 (95.31% from 255 or 51.70% from 470); Blue value is 80 (31.64% from 255 or 17.02% from 470); Max value from RGB is 243 - color contains mainly: green. Hex color #93F350 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F350 is #6C0CAF. Grayscale: #C4C4C4. Windows color (decimal): -7081136 or 5305235. OLE color: 5305235.
HSL color Cylindrical-coordinate representation of color #93F350: hue angle of 95.34º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #93F350 is Cyan = 0.40, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 243 | 80 | - |
| CMYK | 0.40 | 0 | 0.67 | 0.05 |
| HSL | 95.34º | 0.87% | 0.63% | - |
| HSV(B) | 95.34º | 0.67% | 0.95% | - |
| XYZ | 45.53 | 70.88 | 18.87 | - |
| YUV | 195.71 | 62.7 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 243 | 80 | 0.40 | 0 | 0.67 | 0.05 | 95.34 | 0.87 | 0.63 |
| Hex | 93 | F3 | 50 | 28 | 0 | 43 | 5 | 5F | 57 | 3F |
| Octal | 223 | 363 | 120 | 50 | 0 | 103 | 5 | 137 | 127 | 77 |
| Binary | 10010011 | 11110011 | 1010000 | 101000 | 0 | 1000011 | 101 | 1011111 | 1010111 | 111111 |
Color Harmonies of #93F350
Complementary color
Monochromatic Colors of #93F350
Black with #93F350
Text Example
Text Example
White with #93F350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F350; }
p { color: rgb(147,243,80); }
H1.HeaderClassName
{
color: #93F350;
}
.AnyTagClassName
{
color: #93F350;
}
</style>
background-color css
<style>
a { background-color: #93F350; }
a { background-color: rgb(147,243,80); }
div.DivClassName
{
background-color: #93F350;
}
.BgClassName
{
background-color: #93F350;
}
</style>
border-color css
<style>
span { border-color: #93F350; }
span { border-color: rgb(147,243,80); }
td.TdClassName
{
border-color: #93F350;
}
.TagClassName
{
border-color: #93F350;
}
</style>