Shades of Emerald #45D57F
Tints of Emerald #45D57F
RGB
CMYK
RGB Variations
Color information
#45D57F (or 0x45D57F) is known color: Emerald. HEX triplet: 45, D5 and 7F. RGB value is (69,213,127). Sum of RGB (Red+Green+Blue) = 69+213+127=409 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.87% from 409); Green value is 213 (83.59% from 255 or 52.08% from 409); Blue value is 127 (50% from 255 or 31.05% from 409); Max value from RGB is 213 - color contains mainly: green. Hex color #45D57F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D57F is #BA2A80. Grayscale: #A0A0A0. Windows color (decimal): -12200577 or 8377669. OLE color: 8377669.
HSL color Cylindrical-coordinate representation of color #45D57F: hue angle of 144.17º 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 #45D57F is Cyan = 0.68, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 213 | 127 | - |
| CMYK | 0.68 | 0 | 0.40 | 0.16 |
| HSL | 144.17º | 0.63% | 0.55% | - |
| HSV(B) | 144.17º | 0.68% | 0.84% | - |
| XYZ | 30.08 | 50.39 | 28.22 | - |
| YUV | 160.14 | 109.29 | 62.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 213 | 127 | 0.68 | 0 | 0.40 | 0.16 | 144.17 | 0.63 | 0.55 |
| Hex | 45 | D5 | 7F | 44 | 0 | 28 | 10 | 90 | 3F | 37 |
| Octal | 105 | 325 | 177 | 104 | 0 | 50 | 20 | 220 | 77 | 67 |
| Binary | 1000101 | 11010101 | 1111111 | 1000100 | 0 | 101000 | 10000 | 10010000 | 111111 | 110111 |
Color Harmonies of #45D57F
Complementary color
Monochromatic Colors of #45D57F
Black with #45D57F
Text Example
Text Example
White with #45D57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D57F; }
p { color: rgb(69,213,127); }
H1.HeaderClassName
{
color: #45D57F;
}
.AnyTagClassName
{
color: #45D57F;
}
</style>
background-color css
<style>
a { background-color: #45D57F; }
a { background-color: rgb(69,213,127); }
div.DivClassName
{
background-color: #45D57F;
}
.BgClassName
{
background-color: #45D57F;
}
</style>
border-color css
<style>
span { border-color: #45D57F; }
span { border-color: rgb(69,213,127); }
td.TdClassName
{
border-color: #45D57F;
}
.TagClassName
{
border-color: #45D57F;
}
</style>