Shades of Emerald #45D472
Tints of Emerald #45D472
RGB
CMYK
RGB Variations
Color information
#45D472 (or 0x45D472) is known color: Emerald. HEX triplet: 45, D4 and 72. RGB value is (69,212,114). Sum of RGB (Red+Green+Blue) = 69+212+114=395 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.47% from 395); Green value is 212 (83.20% from 255 or 53.67% from 395); Blue value is 114 (44.92% from 255 or 28.86% from 395); Max value from RGB is 212 - color contains mainly: green. Hex color #45D472 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D472 is #BA2B8D. Grayscale: #9E9E9E. Windows color (decimal): -12200846 or 7525445. OLE color: 7525445.
HSL color Cylindrical-coordinate representation of color #45D472: hue angle of 138.88º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D472 is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 69 | 212 | 114 | - |
| CMYK | 0.67 | 0 | 0.46 | 0.17 |
| HSL | 138.88º | 0.62% | 0.55% | - |
| HSV(B) | 138.88º | 0.67% | 0.83% | - |
| XYZ | 29.03 | 49.57 | 23.96 | - |
| YUV | 158.07 | 103.12 | 64.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 212 | 114 | 0.67 | 0 | 0.46 | 0.17 | 138.88 | 0.62 | 0.55 |
| Hex | 45 | D4 | 72 | 43 | 0 | 2E | 11 | 8B | 3E | 37 |
| Octal | 105 | 324 | 162 | 103 | 0 | 56 | 21 | 213 | 76 | 67 |
| Binary | 1000101 | 11010100 | 1110010 | 1000011 | 0 | 101110 | 10001 | 10001011 | 111110 | 110111 |
Color Harmonies of #45D472
Complementary color
Monochromatic Colors of #45D472
Black with #45D472
Text Example
Text Example
White with #45D472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D472; }
p { color: rgb(69,212,114); }
H1.HeaderClassName
{
color: #45D472;
}
.AnyTagClassName
{
color: #45D472;
}
</style>
background-color css
<style>
a { background-color: #45D472; }
a { background-color: rgb(69,212,114); }
div.DivClassName
{
background-color: #45D472;
}
.BgClassName
{
background-color: #45D472;
}
</style>
border-color css
<style>
span { border-color: #45D472; }
span { border-color: rgb(69,212,114); }
td.TdClassName
{
border-color: #45D472;
}
.TagClassName
{
border-color: #45D472;
}
</style>