Shades of Shamrock #46D48E
Tints of Shamrock #46D48E
RGB
CMYK
RGB Variations
Color information
#46D48E (or 0x46D48E) is known color: Shamrock. HEX triplet: 46, D4 and 8E. RGB value is (70,212,142). Sum of RGB (Red+Green+Blue) = 70+212+142=424 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.51% from 424); Green value is 212 (83.20% from 255 or 50% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 212 - color contains mainly: green. Hex color #46D48E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D48E is #B92B71. Grayscale: #A1A1A1. Windows color (decimal): -12135282 or 9360454. OLE color: 9360454.
HSL color Cylindrical-coordinate representation of color #46D48E: hue angle of 150.42º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D48E is Cyan = 0.67, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 70 | 212 | 142 | - |
| CMYK | 0.67 | 0 | 0.33 | 0.17 |
| HSL | 150.42º | 0.62% | 0.55% | - |
| HSV(B) | 150.42º | 0.67% | 0.83% | - |
| XYZ | 30.95 | 50.34 | 33.68 | - |
| YUV | 161.56 | 116.96 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 212 | 142 | 0.67 | 0 | 0.33 | 0.17 | 150.42 | 0.62 | 0.55 |
| Hex | 46 | D4 | 8E | 43 | 0 | 21 | 11 | 96 | 3E | 37 |
| Octal | 106 | 324 | 216 | 103 | 0 | 41 | 21 | 226 | 76 | 67 |
| Binary | 1000110 | 11010100 | 10001110 | 1000011 | 0 | 100001 | 10001 | 10010110 | 111110 | 110111 |
Color Harmonies of #46D48E
Complementary color
Monochromatic Colors of #46D48E
Black with #46D48E
Text Example
Text Example
White with #46D48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D48E; }
p { color: rgb(70,212,142); }
H1.HeaderClassName
{
color: #46D48E;
}
.AnyTagClassName
{
color: #46D48E;
}
</style>
background-color css
<style>
a { background-color: #46D48E; }
a { background-color: rgb(70,212,142); }
div.DivClassName
{
background-color: #46D48E;
}
.BgClassName
{
background-color: #46D48E;
}
</style>
border-color css
<style>
span { border-color: #46D48E; }
span { border-color: rgb(70,212,142); }
td.TdClassName
{
border-color: #46D48E;
}
.TagClassName
{
border-color: #46D48E;
}
</style>