Shades of Shamrock #45F492
Tints of Shamrock #45F492
RGB
CMYK
RGB Variations
Color information
#45F492 (or 0x45F492) is known color: Shamrock. HEX triplet: 45, F4 and 92. RGB value is (69,244,146). Sum of RGB (Red+Green+Blue) = 69+244+146=459 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.03% from 459); Green value is 244 (95.70% from 255 or 53.16% from 459); Blue value is 146 (57.42% from 255 or 31.81% from 459); Max value from RGB is 244 - color contains mainly: green. Hex color #45F492 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45F492 is #BA0B6D. Grayscale: #B4B4B4. Windows color (decimal): -12192622 or 9630789. OLE color: 9630789.
HSL color Cylindrical-coordinate representation of color #45F492: hue angle of 146.4º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45F492 is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 69 | 244 | 146 | - |
| CMYK | 0.72 | 0 | 0.40 | 0.04 |
| HSL | 146.4º | 0.89% | 0.61% | - |
| HSV(B) | 146.4º | 0.72% | 0.96% | - |
| XYZ | 39.99 | 68.04 | 38.22 | - |
| YUV | 180.5 | 108.52 | 48.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 244 | 146 | 0.72 | 0 | 0.40 | 0.04 | 146.4 | 0.89 | 0.61 |
| Hex | 45 | F4 | 92 | 48 | 0 | 28 | 4 | 92 | 59 | 3D |
| Octal | 105 | 364 | 222 | 110 | 0 | 50 | 4 | 222 | 131 | 75 |
| Binary | 1000101 | 11110100 | 10010010 | 1001000 | 0 | 101000 | 100 | 10010010 | 1011001 | 111101 |
Color Harmonies of #45F492
Complementary color
Monochromatic Colors of #45F492
Black with #45F492
Text Example
Text Example
White with #45F492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F492; }
p { color: rgb(69,244,146); }
H1.HeaderClassName
{
color: #45F492;
}
.AnyTagClassName
{
color: #45F492;
}
</style>
background-color css
<style>
a { background-color: #45F492; }
a { background-color: rgb(69,244,146); }
div.DivClassName
{
background-color: #45F492;
}
.BgClassName
{
background-color: #45F492;
}
</style>
border-color css
<style>
span { border-color: #45F492; }
span { border-color: rgb(69,244,146); }
td.TdClassName
{
border-color: #45F492;
}
.TagClassName
{
border-color: #45F492;
}
</style>