Shades of Shamrock #46EF8F
Tints of Shamrock #46EF8F
RGB
CMYK
RGB Variations
Color information
#46EF8F (or 0x46EF8F) is known color: Shamrock. HEX triplet: 46, EF and 8F. RGB value is (70,239,143). Sum of RGB (Red+Green+Blue) = 70+239+143=452 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.49% from 452); Green value is 239 (93.75% from 255 or 52.88% from 452); Blue value is 143 (56.25% from 255 or 31.64% from 452); Max value from RGB is 239 - color contains mainly: green. Hex color #46EF8F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46EF8F is #B91070. Grayscale: #B1B1B1. Windows color (decimal): -12128369 or 9432902. OLE color: 9432902.
HSL color Cylindrical-coordinate representation of color #46EF8F: hue angle of 145.92º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46EF8F is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 239 | 143 | - |
| CMYK | 0.71 | 0 | 0.40 | 0.06 |
| HSL | 145.92º | 0.84% | 0.61% | - |
| HSV(B) | 145.92º | 0.71% | 0.94% | - |
| XYZ | 38.35 | 65.02 | 36.52 | - |
| YUV | 177.53 | 108.51 | 51.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 239 | 143 | 0.71 | 0 | 0.40 | 0.06 | 145.92 | 0.84 | 0.61 |
| Hex | 46 | EF | 8F | 47 | 0 | 28 | 6 | 92 | 54 | 3D |
| Octal | 106 | 357 | 217 | 107 | 0 | 50 | 6 | 222 | 124 | 75 |
| Binary | 1000110 | 11101111 | 10001111 | 1000111 | 0 | 101000 | 110 | 10010010 | 1010100 | 111101 |
Color Harmonies of #46EF8F
Complementary color
Monochromatic Colors of #46EF8F
Black with #46EF8F
Text Example
Text Example
White with #46EF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EF8F; }
p { color: rgb(70,239,143); }
H1.HeaderClassName
{
color: #46EF8F;
}
.AnyTagClassName
{
color: #46EF8F;
}
</style>
background-color css
<style>
a { background-color: #46EF8F; }
a { background-color: rgb(70,239,143); }
div.DivClassName
{
background-color: #46EF8F;
}
.BgClassName
{
background-color: #46EF8F;
}
</style>
border-color css
<style>
span { border-color: #46EF8F; }
span { border-color: rgb(70,239,143); }
td.TdClassName
{
border-color: #46EF8F;
}
.TagClassName
{
border-color: #46EF8F;
}
</style>