Shades of Emerald #45D557
Tints of Emerald #45D557
RGB
CMYK
RGB Variations
Color information
#45D557 (or 0x45D557) is known color: Emerald. HEX triplet: 45, D5 and 57. RGB value is (69,213,87). Sum of RGB (Red+Green+Blue) = 69+213+87=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 213 (83.59% from 255 or 57.72% from 369); Blue value is 87 (34.38% from 255 or 23.58% from 369); Max value from RGB is 213 - color contains mainly: green. Hex color #45D557 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D557 is #BA2AA8. Grayscale: #9B9B9B. Windows color (decimal): -12200617 or 5756229. OLE color: 5756229.
HSL color Cylindrical-coordinate representation of color #45D557: hue angle of 127.5º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D557 is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 213 | 87 | - |
| CMYK | 0.68 | 0 | 0.59 | 0.16 |
| HSL | 127.5º | 0.63% | 0.55% | - |
| HSV(B) | 127.5º | 0.68% | 0.84% | - |
| XYZ | 27.97 | 49.54 | 17.11 | - |
| YUV | 155.58 | 89.29 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 213 | 87 | 0.68 | 0 | 0.59 | 0.16 | 127.5 | 0.63 | 0.55 |
| Hex | 45 | D5 | 57 | 44 | 0 | 3B | 10 | 80 | 3F | 37 |
| Octal | 105 | 325 | 127 | 104 | 0 | 73 | 20 | 200 | 77 | 67 |
| Binary | 1000101 | 11010101 | 1010111 | 1000100 | 0 | 111011 | 10000 | 10000000 | 111111 | 110111 |
Color Harmonies of #45D557
Complementary color
Monochromatic Colors of #45D557
Black with #45D557
Text Example
Text Example
White with #45D557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D557; }
p { color: rgb(69,213,87); }
H1.HeaderClassName
{
color: #45D557;
}
.AnyTagClassName
{
color: #45D557;
}
</style>
background-color css
<style>
a { background-color: #45D557; }
a { background-color: rgb(69,213,87); }
div.DivClassName
{
background-color: #45D557;
}
.BgClassName
{
background-color: #45D557;
}
</style>
border-color css
<style>
span { border-color: #45D557; }
span { border-color: rgb(69,213,87); }
td.TdClassName
{
border-color: #45D557;
}
.TagClassName
{
border-color: #45D557;
}
</style>