Shades of Emerald #45D571
Tints of Emerald #45D571
RGB
CMYK
RGB Variations
Color information
#45D571 (or 0x45D571) is known color: Emerald. HEX triplet: 45, D5 and 71. RGB value is (69,213,113). Sum of RGB (Red+Green+Blue) = 69+213+113=395 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.47% from 395); Green value is 213 (83.59% from 255 or 53.92% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 213 - color contains mainly: green. Hex color #45D571 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D571 is #BA2A8E. Grayscale: #9E9E9E. Windows color (decimal): -12200591 or 7460165. OLE color: 7460165.
HSL color Cylindrical-coordinate representation of color #45D571: hue angle of 138.33º 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 #45D571 is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 213 | 113 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.16 |
| HSL | 138.33º | 0.63% | 0.55% | - |
| HSV(B) | 138.33º | 0.68% | 0.84% | - |
| XYZ | 29.23 | 50.05 | 23.74 | - |
| YUV | 158.54 | 102.29 | 64.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 213 | 113 | 0.68 | 0 | 0.47 | 0.16 | 138.33 | 0.63 | 0.55 |
| Hex | 45 | D5 | 71 | 44 | 0 | 2F | 10 | 8A | 3F | 37 |
| Octal | 105 | 325 | 161 | 104 | 0 | 57 | 20 | 212 | 77 | 67 |
| Binary | 1000101 | 11010101 | 1110001 | 1000100 | 0 | 101111 | 10000 | 10001010 | 111111 | 110111 |
Color Harmonies of #45D571
Complementary color
Monochromatic Colors of #45D571
Black with #45D571
Text Example
Text Example
White with #45D571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D571; }
p { color: rgb(69,213,113); }
H1.HeaderClassName
{
color: #45D571;
}
.AnyTagClassName
{
color: #45D571;
}
</style>
background-color css
<style>
a { background-color: #45D571; }
a { background-color: rgb(69,213,113); }
div.DivClassName
{
background-color: #45D571;
}
.BgClassName
{
background-color: #45D571;
}
</style>
border-color css
<style>
span { border-color: #45D571; }
span { border-color: rgb(69,213,113); }
td.TdClassName
{
border-color: #45D571;
}
.TagClassName
{
border-color: #45D571;
}
</style>