Shades of Shamrock #46D797
Tints of Shamrock #46D797
RGB
CMYK
RGB Variations
Color information
#46D797 (or 0x46D797) is known color: Shamrock. HEX triplet: 46, D7 and 97. RGB value is (70,215,151). Sum of RGB (Red+Green+Blue) = 70+215+151=436 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.06% from 436); Green value is 215 (84.38% from 255 or 49.31% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 215 - color contains mainly: green. Hex color #46D797 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46D797 is #B92868. Grayscale: #A4A4A4. Windows color (decimal): -12134505 or 9951046. OLE color: 9951046.
HSL color Cylindrical-coordinate representation of color #46D797: hue angle of 153.52º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D797 is Cyan = 0.67, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 70 | 215 | 151 | - |
| CMYK | 0.67 | 0 | 0.30 | 0.16 |
| HSL | 153.52º | 0.64% | 0.56% | - |
| HSV(B) | 153.52º | 0.67% | 0.84% | - |
| XYZ | 32.41 | 52.14 | 37.63 | - |
| YUV | 164.35 | 120.46 | 60.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 215 | 151 | 0.67 | 0 | 0.30 | 0.16 | 153.52 | 0.64 | 0.56 |
| Hex | 46 | D7 | 97 | 43 | 0 | 1E | 10 | 9A | 40 | 38 |
| Octal | 106 | 327 | 227 | 103 | 0 | 36 | 20 | 232 | 100 | 70 |
| Binary | 1000110 | 11010111 | 10010111 | 1000011 | 0 | 11110 | 10000 | 10011010 | 1000000 | 111000 |
Color Harmonies of #46D797
Complementary color
Monochromatic Colors of #46D797
Black with #46D797
Text Example
Text Example
White with #46D797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46D797; }
p { color: rgb(70,215,151); }
H1.HeaderClassName
{
color: #46D797;
}
.AnyTagClassName
{
color: #46D797;
}
</style>
background-color css
<style>
a { background-color: #46D797; }
a { background-color: rgb(70,215,151); }
div.DivClassName
{
background-color: #46D797;
}
.BgClassName
{
background-color: #46D797;
}
</style>
border-color css
<style>
span { border-color: #46D797; }
span { border-color: rgb(70,215,151); }
td.TdClassName
{
border-color: #46D797;
}
.TagClassName
{
border-color: #46D797;
}
</style>