Shades of Emerald #45D772
Tints of Emerald #45D772
RGB
CMYK
RGB Variations
Color information
#45D772 (or 0x45D772) is known color: Emerald. HEX triplet: 45, D7 and 72. RGB value is (69,215,114). Sum of RGB (Red+Green+Blue) = 69+215+114=398 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.34% from 398); Green value is 215 (84.38% from 255 or 54.02% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 215 - color contains mainly: green. Hex color #45D772 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D772 is #BA288D. Grayscale: #A0A0A0. Windows color (decimal): -12200078 or 7526213. OLE color: 7526213.
HSL color Cylindrical-coordinate representation of color #45D772: hue angle of 138.49º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D772 is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 215 | 114 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.16 |
| HSL | 138.49º | 0.65% | 0.56% | - |
| HSV(B) | 138.49º | 0.68% | 0.84% | - |
| XYZ | 29.79 | 51.08 | 24.21 | - |
| YUV | 159.83 | 102.13 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 215 | 114 | 0.68 | 0 | 0.47 | 0.16 | 138.49 | 0.65 | 0.56 |
| Hex | 45 | D7 | 72 | 44 | 0 | 2F | 10 | 8A | 41 | 38 |
| Octal | 105 | 327 | 162 | 104 | 0 | 57 | 20 | 212 | 101 | 70 |
| Binary | 1000101 | 11010111 | 1110010 | 1000100 | 0 | 101111 | 10000 | 10001010 | 1000001 | 111000 |
Color Harmonies of #45D772
Complementary color
Monochromatic Colors of #45D772
Black with #45D772
Text Example
Text Example
White with #45D772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D772; }
p { color: rgb(69,215,114); }
H1.HeaderClassName
{
color: #45D772;
}
.AnyTagClassName
{
color: #45D772;
}
</style>
background-color css
<style>
a { background-color: #45D772; }
a { background-color: rgb(69,215,114); }
div.DivClassName
{
background-color: #45D772;
}
.BgClassName
{
background-color: #45D772;
}
</style>
border-color css
<style>
span { border-color: #45D772; }
span { border-color: rgb(69,215,114); }
td.TdClassName
{
border-color: #45D772;
}
.TagClassName
{
border-color: #45D772;
}
</style>