Shades of Shamrock #49F099
Tints of Shamrock #49F099
RGB
CMYK
RGB Variations
Color information
#49F099 (or 0x49F099) is known color: Shamrock. HEX triplet: 49, F0 and 99. RGB value is (73,240,153). Sum of RGB (Red+Green+Blue) = 73+240+153=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 153 (60.16% from 255 or 32.83% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #49F099 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49F099 is #B60F66. Grayscale: #B4B4B4. Windows color (decimal): -11931495 or 10088521. OLE color: 10088521.
HSL color Cylindrical-coordinate representation of color #49F099: hue angle of 148.74º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49F099 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 73 | 240 | 153 | - |
| CMYK | 0.70 | 0 | 0.36 | 0.06 |
| HSL | 148.74º | 0.85% | 0.61% | - |
| HSV(B) | 148.74º | 0.7% | 0.94% | - |
| XYZ | 39.66 | 66.04 | 40.79 | - |
| YUV | 180.15 | 112.67 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 240 | 153 | 0.70 | 0 | 0.36 | 0.06 | 148.74 | 0.85 | 0.61 |
| Hex | 49 | F0 | 99 | 46 | 0 | 24 | 6 | 95 | 55 | 3D |
| Octal | 111 | 360 | 231 | 106 | 0 | 44 | 6 | 225 | 125 | 75 |
| Binary | 1001001 | 11110000 | 10011001 | 1000110 | 0 | 100100 | 110 | 10010101 | 1010101 | 111101 |
Color Harmonies of #49F099
Complementary color
Monochromatic Colors of #49F099
Black with #49F099
Text Example
Text Example
White with #49F099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49F099; }
p { color: rgb(73,240,153); }
H1.HeaderClassName
{
color: #49F099;
}
.AnyTagClassName
{
color: #49F099;
}
</style>
background-color css
<style>
a { background-color: #49F099; }
a { background-color: rgb(73,240,153); }
div.DivClassName
{
background-color: #49F099;
}
.BgClassName
{
background-color: #49F099;
}
</style>
border-color css
<style>
span { border-color: #49F099; }
span { border-color: rgb(73,240,153); }
td.TdClassName
{
border-color: #49F099;
}
.TagClassName
{
border-color: #49F099;
}
</style>