Shades of Emerald #45DC60
Tints of Emerald #45DC60
RGB
CMYK
RGB Variations
Color information
#45DC60 (or 0x45DC60) is known color: Emerald. HEX triplet: 45, DC and 60. RGB value is (69,220,96). Sum of RGB (Red+Green+Blue) = 69+220+96=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #45DC60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DC60 is #BA239F. Grayscale: #A1A1A1. Windows color (decimal): -12198816 or 6347845. OLE color: 6347845.
HSL color Cylindrical-coordinate representation of color #45DC60: hue angle of 130.73º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DC60 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 69 | 220 | 96 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.14 |
| HSL | 130.73º | 0.68% | 0.57% | - |
| HSV(B) | 130.73º | 0.69% | 0.86% | - |
| XYZ | 30.16 | 53.3 | 19.76 | - |
| YUV | 160.72 | 91.47 | 62.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 220 | 96 | 0.69 | 0 | 0.56 | 0.14 | 130.73 | 0.68 | 0.57 |
| Hex | 45 | DC | 60 | 45 | 0 | 38 | E | 83 | 44 | 39 |
| Octal | 105 | 334 | 140 | 105 | 0 | 70 | 16 | 203 | 104 | 71 |
| Binary | 1000101 | 11011100 | 1100000 | 1000101 | 0 | 111000 | 1110 | 10000011 | 1000100 | 111001 |
Color Harmonies of #45DC60
Complementary color
Monochromatic Colors of #45DC60
Black with #45DC60
Text Example
Text Example
White with #45DC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DC60; }
p { color: rgb(69,220,96); }
H1.HeaderClassName
{
color: #45DC60;
}
.AnyTagClassName
{
color: #45DC60;
}
</style>
background-color css
<style>
a { background-color: #45DC60; }
a { background-color: rgb(69,220,96); }
div.DivClassName
{
background-color: #45DC60;
}
.BgClassName
{
background-color: #45DC60;
}
</style>
border-color css
<style>
span { border-color: #45DC60; }
span { border-color: rgb(69,220,96); }
td.TdClassName
{
border-color: #45DC60;
}
.TagClassName
{
border-color: #45DC60;
}
</style>