Shades of Shamrock #46CF8D
Tints of Shamrock #46CF8D
RGB
CMYK
RGB Variations
Color information
#46CF8D (or 0x46CF8D) is known color: Shamrock. HEX triplet: 46, CF and 8D. RGB value is (70,207,141). Sum of RGB (Red+Green+Blue) = 70+207+141=418 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.75% from 418); Green value is 207 (81.25% from 255 or 49.52% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 207 - color contains mainly: green. Hex color #46CF8D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46CF8D is #B93072. Grayscale: #9E9E9E. Windows color (decimal): -12136563 or 9293638. OLE color: 9293638.
HSL color Cylindrical-coordinate representation of color #46CF8D: hue angle of 151.09º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CF8D is Cyan = 0.66, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 70 | 207 | 141 | - |
| CMYK | 0.66 | 0 | 0.32 | 0.19 |
| HSL | 151.09º | 0.59% | 0.54% | - |
| HSV(B) | 151.09º | 0.66% | 0.81% | - |
| XYZ | 29.65 | 47.85 | 32.87 | - |
| YUV | 158.51 | 118.11 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 207 | 141 | 0.66 | 0 | 0.32 | 0.19 | 151.09 | 0.59 | 0.54 |
| Hex | 46 | CF | 8D | 42 | 0 | 20 | 13 | 97 | 3B | 36 |
| Octal | 106 | 317 | 215 | 102 | 0 | 40 | 23 | 227 | 73 | 66 |
| Binary | 1000110 | 11001111 | 10001101 | 1000010 | 0 | 100000 | 10011 | 10010111 | 111011 | 110110 |
Color Harmonies of #46CF8D
Complementary color
Monochromatic Colors of #46CF8D
Black with #46CF8D
Text Example
Text Example
White with #46CF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46CF8D; }
p { color: rgb(70,207,141); }
H1.HeaderClassName
{
color: #46CF8D;
}
.AnyTagClassName
{
color: #46CF8D;
}
</style>
background-color css
<style>
a { background-color: #46CF8D; }
a { background-color: rgb(70,207,141); }
div.DivClassName
{
background-color: #46CF8D;
}
.BgClassName
{
background-color: #46CF8D;
}
</style>
border-color css
<style>
span { border-color: #46CF8D; }
span { border-color: rgb(70,207,141); }
td.TdClassName
{
border-color: #46CF8D;
}
.TagClassName
{
border-color: #46CF8D;
}
</style>