Shades of Shamrock #45F290
Tints of Shamrock #45F290
RGB
CMYK
RGB Variations
Color information
#45F290 (or 0x45F290) is known color: Shamrock. HEX triplet: 45, F2 and 90. RGB value is (69,242,144). Sum of RGB (Red+Green+Blue) = 69+242+144=455 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.16% from 455); Green value is 242 (94.92% from 255 or 53.19% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 242 - color contains mainly: green. Hex color #45F290 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45F290 is #BA0D6F. Grayscale: #B3B3B3. Windows color (decimal): -12193136 or 9499205. OLE color: 9499205.
HSL color Cylindrical-coordinate representation of color #45F290: hue angle of 146.01º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45F290 is Cyan = 0.71, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 242 | 144 | - |
| CMYK | 0.71 | 0 | 0.40 | 0.05 |
| HSL | 146.01º | 0.87% | 0.61% | - |
| HSV(B) | 146.01º | 0.71% | 0.95% | - |
| XYZ | 39.24 | 66.78 | 37.21 | - |
| YUV | 179.1 | 108.19 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 242 | 144 | 0.71 | 0 | 0.40 | 0.05 | 146.01 | 0.87 | 0.61 |
| Hex | 45 | F2 | 90 | 47 | 0 | 28 | 5 | 92 | 57 | 3D |
| Octal | 105 | 362 | 220 | 107 | 0 | 50 | 5 | 222 | 127 | 75 |
| Binary | 1000101 | 11110010 | 10010000 | 1000111 | 0 | 101000 | 101 | 10010010 | 1010111 | 111101 |
Color Harmonies of #45F290
Complementary color
Monochromatic Colors of #45F290
Black with #45F290
Text Example
Text Example
White with #45F290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F290; }
p { color: rgb(69,242,144); }
H1.HeaderClassName
{
color: #45F290;
}
.AnyTagClassName
{
color: #45F290;
}
</style>
background-color css
<style>
a { background-color: #45F290; }
a { background-color: rgb(69,242,144); }
div.DivClassName
{
background-color: #45F290;
}
.BgClassName
{
background-color: #45F290;
}
</style>
border-color css
<style>
span { border-color: #45F290; }
span { border-color: rgb(69,242,144); }
td.TdClassName
{
border-color: #45F290;
}
.TagClassName
{
border-color: #45F290;
}
</style>