Shades of Shamrock #45E98D
Tints of Shamrock #45E98D
RGB
CMYK
RGB Variations
Color information
#45E98D (or 0x45E98D) is known color: Shamrock. HEX triplet: 45, E9 and 8D. RGB value is (69,233,141). Sum of RGB (Red+Green+Blue) = 69+233+141=443 (58% of max value = 765). Red value is 69 (27.34% from 255 or 15.58% from 443); Green value is 233 (91.41% from 255 or 52.60% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 233 - color contains mainly: green. Hex color #45E98D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45E98D is #BA1672. Grayscale: #ADADAD. Windows color (decimal): -12195443 or 9300293. OLE color: 9300293.
HSL color Cylindrical-coordinate representation of color #45E98D: hue angle of 146.34º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E98D is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 233 | 141 | - |
| CMYK | 0.70 | 0 | 0.39 | 0.09 |
| HSL | 146.34º | 0.79% | 0.59% | - |
| HSV(B) | 146.34º | 0.7% | 0.91% | - |
| XYZ | 36.4 | 61.47 | 35.14 | - |
| YUV | 173.48 | 109.67 | 53.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 233 | 141 | 0.70 | 0 | 0.39 | 0.09 | 146.34 | 0.79 | 0.59 |
| Hex | 45 | E9 | 8D | 46 | 0 | 27 | 9 | 92 | 4F | 3B |
| Octal | 105 | 351 | 215 | 106 | 0 | 47 | 11 | 222 | 117 | 73 |
| Binary | 1000101 | 11101001 | 10001101 | 1000110 | 0 | 100111 | 1001 | 10010010 | 1001111 | 111011 |
Color Harmonies of #45E98D
Complementary color
Monochromatic Colors of #45E98D
Black with #45E98D
Text Example
Text Example
White with #45E98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E98D; }
p { color: rgb(69,233,141); }
H1.HeaderClassName
{
color: #45E98D;
}
.AnyTagClassName
{
color: #45E98D;
}
</style>
background-color css
<style>
a { background-color: #45E98D; }
a { background-color: rgb(69,233,141); }
div.DivClassName
{
background-color: #45E98D;
}
.BgClassName
{
background-color: #45E98D;
}
</style>
border-color css
<style>
span { border-color: #45E98D; }
span { border-color: rgb(69,233,141); }
td.TdClassName
{
border-color: #45E98D;
}
.TagClassName
{
border-color: #45E98D;
}
</style>