Shades of Conifer #93FF5B
Tints of Conifer #93FF5B
RGB
CMYK
RGB Variations
Color information
#93FF5B (or 0x93FF5B) is known color: Conifer. HEX triplet: 93, FF and 5B. RGB value is (147,255,91). Sum of RGB (Red+Green+Blue) = 147+255+91=493 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.82% from 493); Green value is 255 (100% from 255 or 51.72% from 493); Blue value is 91 (35.94% from 255 or 18.46% from 493); Max value from RGB is 255 - color contains mainly: green. Hex color #93FF5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #93FF5B is #6C00A4. Grayscale: #CCCCCC. Windows color (decimal): -7078053 or 6029203. OLE color: 6029203.
HSL color Cylindrical-coordinate representation of color #93FF5B: hue angle of 99.51º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #93FF5B is Cyan = 0.42, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 147 | 255 | 91 | - |
| CMYK | 0.42 | 0 | 0.64 | 0 |
| HSL | 99.51º | 1% | 0.68% | - |
| HSV(B) | 99.51º | 0.64% | 1% | - |
| XYZ | 49.68 | 78.48 | 22.43 | - |
| YUV | 204.01 | 64.22 | 87.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 255 | 91 | 0.42 | 0 | 0.64 | 0 | 99.51 | 1 | 0.68 |
| Hex | 93 | FF | 5B | 2A | 0 | 40 | 0 | 64 | 64 | 44 |
| Octal | 223 | 377 | 133 | 52 | 0 | 100 | 0 | 144 | 144 | 104 |
| Binary | 10010011 | 11111111 | 1011011 | 101010 | 0 | 1000000 | 0 | 1100100 | 1100100 | 1000100 |
Color Harmonies of #93FF5B
Complementary color
Monochromatic Colors of #93FF5B
Black with #93FF5B
Text Example
Text Example
White with #93FF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93FF5B; }
p { color: rgb(147,255,91); }
H1.HeaderClassName
{
color: #93FF5B;
}
.AnyTagClassName
{
color: #93FF5B;
}
</style>
background-color css
<style>
a { background-color: #93FF5B; }
a { background-color: rgb(147,255,91); }
div.DivClassName
{
background-color: #93FF5B;
}
.BgClassName
{
background-color: #93FF5B;
}
</style>
border-color css
<style>
span { border-color: #93FF5B; }
span { border-color: rgb(147,255,91); }
td.TdClassName
{
border-color: #93FF5B;
}
.TagClassName
{
border-color: #93FF5B;
}
</style>