Shades of Shamrock #49ED96
Tints of Shamrock #49ED96
RGB
CMYK
RGB Variations
Color information
#49ED96 (or 0x49ED96) is known color: Shamrock. HEX triplet: 49, ED and 96. RGB value is (73,237,150). Sum of RGB (Red+Green+Blue) = 73+237+150=460 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.87% from 460); Green value is 237 (92.97% from 255 or 51.52% from 460); Blue value is 150 (58.98% from 255 or 32.61% from 460); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49ED96 is #B61269. Grayscale: #B2B2B2. Windows color (decimal): -11932266 or 9891145. OLE color: 9891145.
HSL color Cylindrical-coordinate representation of color #49ED96: hue angle of 148.17º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49ED96 is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 150 | - |
| CMYK | 0.69 | 0 | 0.37 | 0.07 |
| HSL | 148.17º | 0.82% | 0.61% | - |
| HSV(B) | 148.17º | 0.69% | 0.93% | - |
| XYZ | 38.54 | 64.19 | 39.21 | - |
| YUV | 178.05 | 112.17 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 150 | 0.69 | 0 | 0.37 | 0.07 | 148.17 | 0.82 | 0.61 |
| Hex | 49 | ED | 96 | 45 | 0 | 25 | 7 | 94 | 52 | 3D |
| Octal | 111 | 355 | 226 | 105 | 0 | 45 | 7 | 224 | 122 | 75 |
| Binary | 1001001 | 11101101 | 10010110 | 1000101 | 0 | 100101 | 111 | 10010100 | 1010010 | 111101 |
Color Harmonies of #49ED96
Complementary color
Monochromatic Colors of #49ED96
Black with #49ED96
Text Example
Text Example
White with #49ED96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ED96; }
p { color: rgb(73,237,150); }
H1.HeaderClassName
{
color: #49ED96;
}
.AnyTagClassName
{
color: #49ED96;
}
</style>
background-color css
<style>
a { background-color: #49ED96; }
a { background-color: rgb(73,237,150); }
div.DivClassName
{
background-color: #49ED96;
}
.BgClassName
{
background-color: #49ED96;
}
</style>
border-color css
<style>
span { border-color: #49ED96; }
span { border-color: rgb(73,237,150); }
td.TdClassName
{
border-color: #49ED96;
}
.TagClassName
{
border-color: #49ED96;
}
</style>