Shades of Conifer #93F560
Tints of Conifer #93F560
RGB
CMYK
RGB Variations
Color information
#93F560 (or 0x93F560) is known color: Conifer. HEX triplet: 93, F5 and 60. RGB value is (147,245,96). Sum of RGB (Red+Green+Blue) = 147+245+96=488 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.12% from 488); Green value is 245 (96.09% from 255 or 50.20% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 245 - color contains mainly: green. Hex color #93F560 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F560 is #6C0A9F. Grayscale: #C7C7C7. Windows color (decimal): -7080608 or 6354323. OLE color: 6354323.
HSL color Cylindrical-coordinate representation of color #93F560: hue angle of 99.46º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #93F560 is Cyan = 0.4, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 147 | 245 | 96 | - |
| CMYK | 0.4 | 0 | 0.61 | 0.04 |
| HSL | 99.46º | 0.88% | 0.67% | - |
| HSV(B) | 99.46º | 0.61% | 0.96% | - |
| XYZ | 46.8 | 72.35 | 22.57 | - |
| YUV | 198.71 | 70.03 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 245 | 96 | 0.4 | 0 | 0.61 | 0.04 | 99.46 | 0.88 | 0.67 |
| Hex | 93 | F5 | 60 | 28 | 0 | 3D | 4 | 63 | 58 | 43 |
| Octal | 223 | 365 | 140 | 50 | 0 | 75 | 4 | 143 | 130 | 103 |
| Binary | 10010011 | 11110101 | 1100000 | 101000 | 0 | 111101 | 100 | 1100011 | 1011000 | 1000011 |
Color Harmonies of #93F560
Complementary color
Monochromatic Colors of #93F560
Black with #93F560
Text Example
Text Example
White with #93F560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F560; }
p { color: rgb(147,245,96); }
H1.HeaderClassName
{
color: #93F560;
}
.AnyTagClassName
{
color: #93F560;
}
</style>
background-color css
<style>
a { background-color: #93F560; }
a { background-color: rgb(147,245,96); }
div.DivClassName
{
background-color: #93F560;
}
.BgClassName
{
background-color: #93F560;
}
</style>
border-color css
<style>
span { border-color: #93F560; }
span { border-color: rgb(147,245,96); }
td.TdClassName
{
border-color: #93F560;
}
.TagClassName
{
border-color: #93F560;
}
</style>