Shades of Shamrock #46F99D
Tints of Shamrock #46F99D
RGB
CMYK
RGB Variations
Color information
#46F99D (or 0x46F99D) is known color: Shamrock. HEX triplet: 46, F9 and 9D. RGB value is (70,249,157). Sum of RGB (Red+Green+Blue) = 70+249+157=476 (63% of max value = 765). Red value is 70 (27.73% from 255 or 14.71% from 476); Green value is 249 (97.66% from 255 or 52.31% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 249 - color contains mainly: green. Hex color #46F99D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46F99D is #B90662. Grayscale: #B9B9B9. Windows color (decimal): -12125795 or 10352966. OLE color: 10352966.
HSL color Cylindrical-coordinate representation of color #46F99D: hue angle of 149.16º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #46F99D is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 70 | 249 | 157 | - |
| CMYK | 0.72 | 0 | 0.37 | 0.02 |
| HSL | 149.16º | 0.94% | 0.63% | - |
| HSV(B) | 149.16º | 0.72% | 0.98% | - |
| XYZ | 42.49 | 71.49 | 43.46 | - |
| YUV | 184.99 | 112.2 | 45.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 249 | 157 | 0.72 | 0 | 0.37 | 0.02 | 149.16 | 0.94 | 0.63 |
| Hex | 46 | F9 | 9D | 48 | 0 | 25 | 2 | 95 | 5E | 3F |
| Octal | 106 | 371 | 235 | 110 | 0 | 45 | 2 | 225 | 136 | 77 |
| Binary | 1000110 | 11111001 | 10011101 | 1001000 | 0 | 100101 | 10 | 10010101 | 1011110 | 111111 |
Color Harmonies of #46F99D
Complementary color
Monochromatic Colors of #46F99D
Black with #46F99D
Text Example
Text Example
White with #46F99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46F99D; }
p { color: rgb(70,249,157); }
H1.HeaderClassName
{
color: #46F99D;
}
.AnyTagClassName
{
color: #46F99D;
}
</style>
background-color css
<style>
a { background-color: #46F99D; }
a { background-color: rgb(70,249,157); }
div.DivClassName
{
background-color: #46F99D;
}
.BgClassName
{
background-color: #46F99D;
}
</style>
border-color css
<style>
span { border-color: #46F99D; }
span { border-color: rgb(70,249,157); }
td.TdClassName
{
border-color: #46F99D;
}
.TagClassName
{
border-color: #46F99D;
}
</style>