Shades of Conifer #93F053
Tints of Conifer #93F053
RGB
CMYK
RGB Variations
Color information
#93F053 (or 0x93F053) is known color: Conifer. HEX triplet: 93, F0 and 53. RGB value is (147,240,83). Sum of RGB (Red+Green+Blue) = 147+240+83=470 (62% of max value = 765). Red value is 147 (57.81% from 255 or 31.28% from 470); Green value is 240 (94.14% from 255 or 51.06% from 470); Blue value is 83 (32.81% from 255 or 17.66% from 470); Max value from RGB is 240 - color contains mainly: green. Hex color #93F053 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93F053 is #6C0FAC. Grayscale: #C2C2C2. Windows color (decimal): -7081901 or 5501075. OLE color: 5501075.
HSL color Cylindrical-coordinate representation of color #93F053: hue angle of 95.54º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #93F053 is Cyan = 0.39, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 147 | 240 | 83 | - |
| CMYK | 0.39 | 0 | 0.65 | 0.06 |
| HSL | 95.54º | 0.84% | 0.63% | - |
| HSV(B) | 95.54º | 0.65% | 0.94% | - |
| XYZ | 44.75 | 69.15 | 19.17 | - |
| YUV | 194.3 | 65.19 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 240 | 83 | 0.39 | 0 | 0.65 | 0.06 | 95.54 | 0.84 | 0.63 |
| Hex | 93 | F0 | 53 | 27 | 0 | 41 | 6 | 60 | 54 | 3F |
| Octal | 223 | 360 | 123 | 47 | 0 | 101 | 6 | 140 | 124 | 77 |
| Binary | 10010011 | 11110000 | 1010011 | 100111 | 0 | 1000001 | 110 | 1100000 | 1010100 | 111111 |
Color Harmonies of #93F053
Complementary color
Monochromatic Colors of #93F053
Black with #93F053
Text Example
Text Example
White with #93F053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93F053; }
p { color: rgb(147,240,83); }
H1.HeaderClassName
{
color: #93F053;
}
.AnyTagClassName
{
color: #93F053;
}
</style>
background-color css
<style>
a { background-color: #93F053; }
a { background-color: rgb(147,240,83); }
div.DivClassName
{
background-color: #93F053;
}
.BgClassName
{
background-color: #93F053;
}
</style>
border-color css
<style>
span { border-color: #93F053; }
span { border-color: rgb(147,240,83); }
td.TdClassName
{
border-color: #93F053;
}
.TagClassName
{
border-color: #93F053;
}
</style>