Shades of Conifer #93F760
Tints of Conifer #93F760
RGB
CMYK
RGB Variations
Color information
#93F760 (or 0x93F760) is known color: Conifer. HEX triplet: 93, F7 and 60. RGB value is (147,247,96). Sum of RGB (Red+Green+Blue) = 147+247+96=490 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30% from 490); Green value is 247 (96.88% from 255 or 50.41% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 247 - color contains mainly: green. Hex color #93F760 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F760 is #6C089F. Grayscale: #C8C8C8. Windows color (decimal): -7080096 or 6354835. OLE color: 6354835.
HSL color Cylindrical-coordinate representation of color #93F760: hue angle of 99.74º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #93F760 is Cyan = 0.40, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 147 | 247 | 96 | - |
| CMYK | 0.40 | 0 | 0.61 | 0.03 |
| HSL | 99.74º | 0.9% | 0.67% | - |
| HSV(B) | 99.74º | 0.61% | 0.97% | - |
| XYZ | 47.4 | 73.57 | 22.77 | - |
| YUV | 199.89 | 69.37 | 90.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 247 | 96 | 0.40 | 0 | 0.61 | 0.03 | 99.74 | 0.9 | 0.67 |
| Hex | 93 | F7 | 60 | 28 | 0 | 3D | 3 | 64 | 5A | 43 |
| Octal | 223 | 367 | 140 | 50 | 0 | 75 | 3 | 144 | 132 | 103 |
| Binary | 10010011 | 11110111 | 1100000 | 101000 | 0 | 111101 | 11 | 1100100 | 1011010 | 1000011 |
Color Harmonies of #93F760
Complementary color
Monochromatic Colors of #93F760
Black with #93F760
Text Example
Text Example
White with #93F760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F760; }
p { color: rgb(147,247,96); }
H1.HeaderClassName
{
color: #93F760;
}
.AnyTagClassName
{
color: #93F760;
}
</style>
background-color css
<style>
a { background-color: #93F760; }
a { background-color: rgb(147,247,96); }
div.DivClassName
{
background-color: #93F760;
}
.BgClassName
{
background-color: #93F760;
}
</style>
border-color css
<style>
span { border-color: #93F760; }
span { border-color: rgb(147,247,96); }
td.TdClassName
{
border-color: #93F760;
}
.TagClassName
{
border-color: #93F760;
}
</style>