Shades of Shamrock #46FF94
Tints of Shamrock #46FF94
RGB
CMYK
RGB Variations
Color information
#46FF94 (or 0x46FF94) is known color: Shamrock. HEX triplet: 46, FF and 94. RGB value is (70,255,148). Sum of RGB (Red+Green+Blue) = 70+255+148=473 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.80% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 148 (58.20% from 255 or 31.29% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #46FF94 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46FF94 is #B9006B. Grayscale: #BBBBBB. Windows color (decimal): -12124268 or 9764678. OLE color: 9764678.
HSL color Cylindrical-coordinate representation of color #46FF94: hue angle of 145.3º 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 #46FF94 is Cyan = 0.73, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 70 | 255 | 148 | - |
| CMYK | 0.73 | 0 | 0.42 | 0 |
| HSL | 145.3º | 1% | 0.64% | - |
| HSV(B) | 145.3º | 0.73% | 1% | - |
| XYZ | 43.63 | 74.96 | 40.19 | - |
| YUV | 187.49 | 105.71 | 44.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 255 | 148 | 0.73 | 0 | 0.42 | 0 | 145.3 | 1 | 0.64 |
| Hex | 46 | FF | 94 | 49 | 0 | 2A | 0 | 91 | 64 | 40 |
| Octal | 106 | 377 | 224 | 111 | 0 | 52 | 0 | 221 | 144 | 100 |
| Binary | 1000110 | 11111111 | 10010100 | 1001001 | 0 | 101010 | 0 | 10010001 | 1100100 | 1000000 |
Color Harmonies of #46FF94
Complementary color
Monochromatic Colors of #46FF94
Black with #46FF94
Text Example
Text Example
White with #46FF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FF94; }
p { color: rgb(70,255,148); }
H1.HeaderClassName
{
color: #46FF94;
}
.AnyTagClassName
{
color: #46FF94;
}
</style>
background-color css
<style>
a { background-color: #46FF94; }
a { background-color: rgb(70,255,148); }
div.DivClassName
{
background-color: #46FF94;
}
.BgClassName
{
background-color: #46FF94;
}
</style>
border-color css
<style>
span { border-color: #46FF94; }
span { border-color: rgb(70,255,148); }
td.TdClassName
{
border-color: #46FF94;
}
.TagClassName
{
border-color: #46FF94;
}
</style>