Shades of Shamrock #46FF93
Tints of Shamrock #46FF93
RGB
CMYK
RGB Variations
Color information
#46FF93 (or 0x46FF93) is known color: Shamrock. HEX triplet: 46, FF and 93. RGB value is (70,255,147). Sum of RGB (Red+Green+Blue) = 70+255+147=472 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.83% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 147 (57.81% from 255 or 31.14% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #46FF93 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46FF93 is #B9006C. Grayscale: #BBBBBB. Windows color (decimal): -12124269 or 9699142. OLE color: 9699142.
HSL color Cylindrical-coordinate representation of color #46FF93: hue angle of 144.97º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #46FF93 is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 147 | - |
| CMYK | 0.73 | 0 | 0.42 | 0 |
| HSL | 144.97º | 1% | 0.64% | - |
| HSV(B) | 144.97º | 0.73% | 1% | - |
| XYZ | 43.55 | 74.93 | 39.77 | - |
| YUV | 187.37 | 105.21 | 44.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 147 | 0.73 | 0 | 0.42 | 0 | 144.97 | 1 | 0.64 |
| Hex | 46 | FF | 93 | 49 | 0 | 2A | 0 | 91 | 64 | 40 |
| Octal | 106 | 377 | 223 | 111 | 0 | 52 | 0 | 221 | 144 | 100 |
| Binary | 1000110 | 11111111 | 10010011 | 1001001 | 0 | 101010 | 0 | 10010001 | 1100100 | 1000000 |
Color Harmonies of #46FF93
Complementary color
Monochromatic Colors of #46FF93
Black with #46FF93
Text Example
Text Example
White with #46FF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FF93; }
p { color: rgb(70,255,147); }
H1.HeaderClassName
{
color: #46FF93;
}
.AnyTagClassName
{
color: #46FF93;
}
</style>
background-color css
<style>
a { background-color: #46FF93; }
a { background-color: rgb(70,255,147); }
div.DivClassName
{
background-color: #46FF93;
}
.BgClassName
{
background-color: #46FF93;
}
</style>
border-color css
<style>
span { border-color: #46FF93; }
span { border-color: rgb(70,255,147); }
td.TdClassName
{
border-color: #46FF93;
}
.TagClassName
{
border-color: #46FF93;
}
</style>