Shades of Emerald #45D576
Tints of Emerald #45D576
RGB
CMYK
RGB Variations
Color information
#45D576 (or 0x45D576) is known color: Emerald. HEX triplet: 45, D5 and 76. RGB value is (69,213,118). Sum of RGB (Red+Green+Blue) = 69+213+118=400 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.25% from 400); Green value is 213 (83.59% from 255 or 53.25% from 400); Blue value is 118 (46.48% from 255 or 29.5% from 400); Max value from RGB is 213 - color contains mainly: green. Hex color #45D576 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D576 is #BA2A89. Grayscale: #9F9F9F. Windows color (decimal): -12200586 or 7787845. OLE color: 7787845.
HSL color Cylindrical-coordinate representation of color #45D576: hue angle of 140.42º 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 #45D576 is Cyan = 0.68, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 213 | 118 | - |
| CMYK | 0.68 | 0 | 0.45 | 0.16 |
| HSL | 140.42º | 0.63% | 0.55% | - |
| HSV(B) | 140.42º | 0.68% | 0.84% | - |
| XYZ | 29.52 | 50.16 | 25.27 | - |
| YUV | 159.11 | 104.79 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 213 | 118 | 0.68 | 0 | 0.45 | 0.16 | 140.42 | 0.63 | 0.55 |
| Hex | 45 | D5 | 76 | 44 | 0 | 2D | 10 | 8C | 3F | 37 |
| Octal | 105 | 325 | 166 | 104 | 0 | 55 | 20 | 214 | 77 | 67 |
| Binary | 1000101 | 11010101 | 1110110 | 1000100 | 0 | 101101 | 10000 | 10001100 | 111111 | 110111 |
Color Harmonies of #45D576
Complementary color
Monochromatic Colors of #45D576
Black with #45D576
Text Example
Text Example
White with #45D576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D576; }
p { color: rgb(69,213,118); }
H1.HeaderClassName
{
color: #45D576;
}
.AnyTagClassName
{
color: #45D576;
}
</style>
background-color css
<style>
a { background-color: #45D576; }
a { background-color: rgb(69,213,118); }
div.DivClassName
{
background-color: #45D576;
}
.BgClassName
{
background-color: #45D576;
}
</style>
border-color css
<style>
span { border-color: #45D576; }
span { border-color: rgb(69,213,118); }
td.TdClassName
{
border-color: #45D576;
}
.TagClassName
{
border-color: #45D576;
}
</style>