Shades of Shamrock #46DE98
Tints of Shamrock #46DE98
RGB
CMYK
RGB Variations
Color information
#46DE98 (or 0x46DE98) is known color: Shamrock. HEX triplet: 46, DE and 98. RGB value is (70,222,152). Sum of RGB (Red+Green+Blue) = 70+222+152=444 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.77% from 444); Green value is 222 (87.11% from 255 or 50% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 222 - color contains mainly: green. Hex color #46DE98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46DE98 is #B92167. Grayscale: #A8A8A8. Windows color (decimal): -12132712 or 10018374. OLE color: 10018374.
HSL color Cylindrical-coordinate representation of color #46DE98: hue angle of 152.37º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DE98 is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 70 | 222 | 152 | - |
| CMYK | 0.68 | 0 | 0.32 | 0.13 |
| HSL | 152.37º | 0.7% | 0.57% | - |
| HSV(B) | 152.37º | 0.68% | 0.87% | - |
| XYZ | 34.31 | 55.81 | 38.67 | - |
| YUV | 168.57 | 118.64 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 222 | 152 | 0.68 | 0 | 0.32 | 0.13 | 152.37 | 0.7 | 0.57 |
| Hex | 46 | DE | 98 | 44 | 0 | 20 | D | 98 | 46 | 39 |
| Octal | 106 | 336 | 230 | 104 | 0 | 40 | 15 | 230 | 106 | 71 |
| Binary | 1000110 | 11011110 | 10011000 | 1000100 | 0 | 100000 | 1101 | 10011000 | 1000110 | 111001 |
Color Harmonies of #46DE98
Complementary color
Monochromatic Colors of #46DE98
Black with #46DE98
Text Example
Text Example
White with #46DE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46DE98; }
p { color: rgb(70,222,152); }
H1.HeaderClassName
{
color: #46DE98;
}
.AnyTagClassName
{
color: #46DE98;
}
</style>
background-color css
<style>
a { background-color: #46DE98; }
a { background-color: rgb(70,222,152); }
div.DivClassName
{
background-color: #46DE98;
}
.BgClassName
{
background-color: #46DE98;
}
</style>
border-color css
<style>
span { border-color: #46DE98; }
span { border-color: rgb(70,222,152); }
td.TdClassName
{
border-color: #46DE98;
}
.TagClassName
{
border-color: #46DE98;
}
</style>