Shades of Shamrock #49FE92
Tints of Shamrock #49FE92
RGB
CMYK
RGB Variations
Color information
#49FE92 (or 0x49FE92) is known color: Shamrock. HEX triplet: 49, FE and 92. RGB value is (73,254,146). Sum of RGB (Red+Green+Blue) = 73+254+146=473 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.43% from 473); Green value is 254 (99.61% from 255 or 53.70% from 473); Blue value is 146 (57.42% from 255 or 30.87% from 473); Max value from RGB is 254 - color contains mainly: green. Hex color #49FE92 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #49FE92 is #B6016D. Grayscale: #BBBBBB. Windows color (decimal): -11927918 or 9633353. OLE color: 9633353.
HSL color Cylindrical-coordinate representation of color #49FE92: hue angle of 144.2º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49FE92 is Cyan = 0.71, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 73 | 254 | 146 | - |
| CMYK | 0.71 | 0 | 0.43 | 0.00 |
| HSL | 144.2º | 0.99% | 0.64% | - |
| HSV(B) | 144.2º | 0.71% | 1% | - |
| XYZ | 43.38 | 74.38 | 39.26 | - |
| YUV | 187.57 | 104.53 | 46.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 254 | 146 | 0.71 | 0 | 0.43 | 0.00 | 144.2 | 0.99 | 0.64 |
| Hex | 49 | FE | 92 | 47 | 0 | 2B | 0 | 90 | 63 | 40 |
| Octal | 111 | 376 | 222 | 107 | 0 | 53 | 0 | 220 | 143 | 100 |
| Binary | 1001001 | 11111110 | 10010010 | 1000111 | 0 | 101011 | 0 | 10010000 | 1100011 | 1000000 |
Color Harmonies of #49FE92
Complementary color
Monochromatic Colors of #49FE92
Black with #49FE92
Text Example
Text Example
White with #49FE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49FE92; }
p { color: rgb(73,254,146); }
H1.HeaderClassName
{
color: #49FE92;
}
.AnyTagClassName
{
color: #49FE92;
}
</style>
background-color css
<style>
a { background-color: #49FE92; }
a { background-color: rgb(73,254,146); }
div.DivClassName
{
background-color: #49FE92;
}
.BgClassName
{
background-color: #49FE92;
}
</style>
border-color css
<style>
span { border-color: #49FE92; }
span { border-color: rgb(73,254,146); }
td.TdClassName
{
border-color: #49FE92;
}
.TagClassName
{
border-color: #49FE92;
}
</style>