Shades of Shamrock #45E28E
Tints of Shamrock #45E28E
RGB
CMYK
RGB Variations
Color information
#45E28E (or 0x45E28E) is known color: Shamrock. HEX triplet: 45, E2 and 8E. RGB value is (69,226,142). Sum of RGB (Red+Green+Blue) = 69+226+142=437 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.79% from 437); Green value is 226 (88.67% from 255 or 51.72% from 437); Blue value is 142 (55.86% from 255 or 32.49% from 437); Max value from RGB is 226 - color contains mainly: green. Hex color #45E28E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45E28E is #BA1D71. Grayscale: #A9A9A9. Windows color (decimal): -12197234 or 9364037. OLE color: 9364037.
HSL color Cylindrical-coordinate representation of color #45E28E: hue angle of 147.9º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45E28E is Cyan = 0.69, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 226 | 142 | - |
| CMYK | 0.69 | 0 | 0.37 | 0.11 |
| HSL | 147.9º | 0.73% | 0.58% | - |
| HSV(B) | 147.9º | 0.69% | 0.89% | - |
| XYZ | 34.53 | 57.61 | 34.89 | - |
| YUV | 169.48 | 112.49 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 226 | 142 | 0.69 | 0 | 0.37 | 0.11 | 147.9 | 0.73 | 0.58 |
| Hex | 45 | E2 | 8E | 45 | 0 | 25 | B | 94 | 49 | 3A |
| Octal | 105 | 342 | 216 | 105 | 0 | 45 | 13 | 224 | 111 | 72 |
| Binary | 1000101 | 11100010 | 10001110 | 1000101 | 0 | 100101 | 1011 | 10010100 | 1001001 | 111010 |
Color Harmonies of #45E28E
Complementary color
Monochromatic Colors of #45E28E
Black with #45E28E
Text Example
Text Example
White with #45E28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E28E; }
p { color: rgb(69,226,142); }
H1.HeaderClassName
{
color: #45E28E;
}
.AnyTagClassName
{
color: #45E28E;
}
</style>
background-color css
<style>
a { background-color: #45E28E; }
a { background-color: rgb(69,226,142); }
div.DivClassName
{
background-color: #45E28E;
}
.BgClassName
{
background-color: #45E28E;
}
</style>
border-color css
<style>
span { border-color: #45E28E; }
span { border-color: rgb(69,226,142); }
td.TdClassName
{
border-color: #45E28E;
}
.TagClassName
{
border-color: #45E28E;
}
</style>