Shades of Shamrock #45EC95
Tints of Shamrock #45EC95
RGB
CMYK
RGB Variations
Color information
#45EC95 (or 0x45EC95) is known color: Shamrock. HEX triplet: 45, EC and 95. RGB value is (69,236,149). Sum of RGB (Red+Green+Blue) = 69+236+149=454 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.20% from 454); Green value is 236 (92.58% from 255 or 51.98% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 236 - color contains mainly: green. Hex color #45EC95 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45EC95 is #BA136A. Grayscale: #B0B0B0. Windows color (decimal): -12194667 or 9825349. OLE color: 9825349.
HSL color Cylindrical-coordinate representation of color #45EC95: hue angle of 148.74º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EC95 is Cyan = 0.71, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 236 | 149 | - |
| CMYK | 0.71 | 0 | 0.37 | 0.07 |
| HSL | 148.74º | 0.81% | 0.6% | - |
| HSV(B) | 148.74º | 0.71% | 0.93% | - |
| XYZ | 37.87 | 63.43 | 38.68 | - |
| YUV | 176.15 | 112.67 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 236 | 149 | 0.71 | 0 | 0.37 | 0.07 | 148.74 | 0.81 | 0.6 |
| Hex | 45 | EC | 95 | 47 | 0 | 25 | 7 | 95 | 51 | 3C |
| Octal | 105 | 354 | 225 | 107 | 0 | 45 | 7 | 225 | 121 | 74 |
| Binary | 1000101 | 11101100 | 10010101 | 1000111 | 0 | 100101 | 111 | 10010101 | 1010001 | 111100 |
Color Harmonies of #45EC95
Complementary color
Monochromatic Colors of #45EC95
Black with #45EC95
Text Example
Text Example
White with #45EC95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EC95; }
p { color: rgb(69,236,149); }
H1.HeaderClassName
{
color: #45EC95;
}
.AnyTagClassName
{
color: #45EC95;
}
</style>
background-color css
<style>
a { background-color: #45EC95; }
a { background-color: rgb(69,236,149); }
div.DivClassName
{
background-color: #45EC95;
}
.BgClassName
{
background-color: #45EC95;
}
</style>
border-color css
<style>
span { border-color: #45EC95; }
span { border-color: rgb(69,236,149); }
td.TdClassName
{
border-color: #45EC95;
}
.TagClassName
{
border-color: #45EC95;
}
</style>