Shades of Shamrock #46FE94
Tints of Shamrock #46FE94
RGB
CMYK
RGB Variations
Color information
#46FE94 (or 0x46FE94) is known color: Shamrock. HEX triplet: 46, FE and 94. RGB value is (70,254,148). Sum of RGB (Red+Green+Blue) = 70+254+148=472 (62% of max value = 765). Red value is 70 (27.73% from 255 or 14.83% from 472); Green value is 254 (99.61% from 255 or 53.81% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 254 - color contains mainly: green. Hex color #46FE94 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46FE94 is #B9016B. Grayscale: #BBBBBB. Windows color (decimal): -12124524 or 9764422. OLE color: 9764422.
HSL color Cylindrical-coordinate representation of color #46FE94: hue angle of 145.43º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46FE94 is Cyan = 0.72, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 70 | 254 | 148 | - |
| CMYK | 0.72 | 0 | 0.42 | 0.00 |
| HSL | 145.43º | 0.99% | 0.64% | - |
| HSV(B) | 145.43º | 0.72% | 1% | - |
| XYZ | 43.31 | 74.32 | 40.08 | - |
| YUV | 186.9 | 106.04 | 44.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 254 | 148 | 0.72 | 0 | 0.42 | 0.00 | 145.43 | 0.99 | 0.64 |
| Hex | 46 | FE | 94 | 48 | 0 | 2A | 0 | 91 | 63 | 40 |
| Octal | 106 | 376 | 224 | 110 | 0 | 52 | 0 | 221 | 143 | 100 |
| Binary | 1000110 | 11111110 | 10010100 | 1001000 | 0 | 101010 | 0 | 10010001 | 1100011 | 1000000 |
Color Harmonies of #46FE94
Complementary color
Monochromatic Colors of #46FE94
Black with #46FE94
Text Example
Text Example
White with #46FE94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46FE94; }
p { color: rgb(70,254,148); }
H1.HeaderClassName
{
color: #46FE94;
}
.AnyTagClassName
{
color: #46FE94;
}
</style>
background-color css
<style>
a { background-color: #46FE94; }
a { background-color: rgb(70,254,148); }
div.DivClassName
{
background-color: #46FE94;
}
.BgClassName
{
background-color: #46FE94;
}
</style>
border-color css
<style>
span { border-color: #46FE94; }
span { border-color: rgb(70,254,148); }
td.TdClassName
{
border-color: #46FE94;
}
.TagClassName
{
border-color: #46FE94;
}
</style>