Shades of Conifer #93F35F
Tints of Conifer #93F35F
RGB
CMYK
RGB Variations
Color information
#93F35F (or 0x93F35F) is known color: Conifer. HEX triplet: 93, F3 and 5F. RGB value is (147,243,95). Sum of RGB (Red+Green+Blue) = 147+243+95=485 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.31% from 485); Green value is 243 (95.31% from 255 or 50.10% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 243 - color contains mainly: green. Hex color #93F35F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F35F is #6C0CA0. Grayscale: #C5C5C5. Windows color (decimal): -7081121 or 6288275. OLE color: 6288275.
HSL color Cylindrical-coordinate representation of color #93F35F: hue angle of 98.92º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #93F35F is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 147 | 243 | 95 | - |
| CMYK | 0.40 | 0 | 0.61 | 0.05 |
| HSL | 98.92º | 0.86% | 0.66% | - |
| HSV(B) | 98.92º | 0.61% | 0.95% | - |
| XYZ | 46.15 | 71.13 | 22.12 | - |
| YUV | 197.42 | 70.2 | 92.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 243 | 95 | 0.40 | 0 | 0.61 | 0.05 | 98.92 | 0.86 | 0.66 |
| Hex | 93 | F3 | 5F | 28 | 0 | 3D | 5 | 63 | 56 | 42 |
| Octal | 223 | 363 | 137 | 50 | 0 | 75 | 5 | 143 | 126 | 102 |
| Binary | 10010011 | 11110011 | 1011111 | 101000 | 0 | 111101 | 101 | 1100011 | 1010110 | 1000010 |
Color Harmonies of #93F35F
Complementary color
Monochromatic Colors of #93F35F
Black with #93F35F
Text Example
Text Example
White with #93F35F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F35F; }
p { color: rgb(147,243,95); }
H1.HeaderClassName
{
color: #93F35F;
}
.AnyTagClassName
{
color: #93F35F;
}
</style>
background-color css
<style>
a { background-color: #93F35F; }
a { background-color: rgb(147,243,95); }
div.DivClassName
{
background-color: #93F35F;
}
.BgClassName
{
background-color: #93F35F;
}
</style>
border-color css
<style>
span { border-color: #93F35F; }
span { border-color: rgb(147,243,95); }
td.TdClassName
{
border-color: #93F35F;
}
.TagClassName
{
border-color: #93F35F;
}
</style>