Shades of Shamrock #49ED99
Tints of Shamrock #49ED99
RGB
CMYK
RGB Variations
Color information
#49ED99 (or 0x49ED99) is known color: Shamrock. HEX triplet: 49, ED and 99. RGB value is (73,237,153). Sum of RGB (Red+Green+Blue) = 73+237+153=463 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.77% from 463); Green value is 237 (92.97% from 255 or 51.19% from 463); Blue value is 153 (60.16% from 255 or 33.05% from 463); Max value from RGB is 237 - color contains mainly: green. Hex color #49ED99 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49ED99 is #B61266. Grayscale: #B2B2B2. Windows color (decimal): -11932263 or 10087753. OLE color: 10087753.
HSL color Cylindrical-coordinate representation of color #49ED99: hue angle of 149.27º 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 #49ED99 is Cyan = 0.69, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 73 | 237 | 153 | - |
| CMYK | 0.69 | 0 | 0.35 | 0.07 |
| HSL | 149.27º | 0.82% | 0.61% | - |
| HSV(B) | 149.27º | 0.69% | 0.93% | - |
| XYZ | 38.78 | 64.28 | 40.5 | - |
| YUV | 178.39 | 113.67 | 52.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 237 | 153 | 0.69 | 0 | 0.35 | 0.07 | 149.27 | 0.82 | 0.61 |
| Hex | 49 | ED | 99 | 45 | 0 | 23 | 7 | 95 | 52 | 3D |
| Octal | 111 | 355 | 231 | 105 | 0 | 43 | 7 | 225 | 122 | 75 |
| Binary | 1001001 | 11101101 | 10011001 | 1000101 | 0 | 100011 | 111 | 10010101 | 1010010 | 111101 |
Color Harmonies of #49ED99
Complementary color
Monochromatic Colors of #49ED99
Black with #49ED99
Text Example
Text Example
White with #49ED99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49ED99; }
p { color: rgb(73,237,153); }
H1.HeaderClassName
{
color: #49ED99;
}
.AnyTagClassName
{
color: #49ED99;
}
</style>
background-color css
<style>
a { background-color: #49ED99; }
a { background-color: rgb(73,237,153); }
div.DivClassName
{
background-color: #49ED99;
}
.BgClassName
{
background-color: #49ED99;
}
</style>
border-color css
<style>
span { border-color: #49ED99; }
span { border-color: rgb(73,237,153); }
td.TdClassName
{
border-color: #49ED99;
}
.TagClassName
{
border-color: #49ED99;
}
</style>