Shades of Shamrock #45F490
Tints of Shamrock #45F490
RGB
CMYK
RGB Variations
Color information
#45F490 (or 0x45F490) is known color: Shamrock. HEX triplet: 45, F4 and 90. RGB value is (69,244,144). Sum of RGB (Red+Green+Blue) = 69+244+144=457 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.10% from 457); Green value is 244 (95.70% from 255 or 53.39% from 457); Blue value is 144 (56.64% from 255 or 31.51% from 457); Max value from RGB is 244 - color contains mainly: green. Hex color #45F490 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45F490 is #BA0B6F. Grayscale: #B4B4B4. Windows color (decimal): -12192624 or 9499717. OLE color: 9499717.
HSL color Cylindrical-coordinate representation of color #45F490: hue angle of 145.71º 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 #45F490 is Cyan = 0.72, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 69 | 244 | 144 | - |
| CMYK | 0.72 | 0 | 0.41 | 0.04 |
| HSL | 145.71º | 0.89% | 0.61% | - |
| HSV(B) | 145.71º | 0.72% | 0.96% | - |
| XYZ | 39.84 | 67.98 | 37.41 | - |
| YUV | 180.28 | 107.52 | 48.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 244 | 144 | 0.72 | 0 | 0.41 | 0.04 | 145.71 | 0.89 | 0.61 |
| Hex | 45 | F4 | 90 | 48 | 0 | 29 | 4 | 92 | 59 | 3D |
| Octal | 105 | 364 | 220 | 110 | 0 | 51 | 4 | 222 | 131 | 75 |
| Binary | 1000101 | 11110100 | 10010000 | 1001000 | 0 | 101001 | 100 | 10010010 | 1011001 | 111101 |
Color Harmonies of #45F490
Complementary color
Monochromatic Colors of #45F490
Black with #45F490
Text Example
Text Example
White with #45F490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F490; }
p { color: rgb(69,244,144); }
H1.HeaderClassName
{
color: #45F490;
}
.AnyTagClassName
{
color: #45F490;
}
</style>
background-color css
<style>
a { background-color: #45F490; }
a { background-color: rgb(69,244,144); }
div.DivClassName
{
background-color: #45F490;
}
.BgClassName
{
background-color: #45F490;
}
</style>
border-color css
<style>
span { border-color: #45F490; }
span { border-color: rgb(69,244,144); }
td.TdClassName
{
border-color: #45F490;
}
.TagClassName
{
border-color: #45F490;
}
</style>