Shades of Emerald #45D274
Tints of Emerald #45D274
RGB
CMYK
RGB Variations
Color information
#45D274 (or 0x45D274) is known color: Emerald. HEX triplet: 45, D2 and 74. RGB value is (69,210,116). Sum of RGB (Red+Green+Blue) = 69+210+116=395 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.47% from 395); Green value is 210 (82.42% from 255 or 53.16% from 395); Blue value is 116 (45.70% from 255 or 29.37% from 395); Max value from RGB is 210 - color contains mainly: green. Hex color #45D274 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D274 is #BA2D8B. Grayscale: #9D9D9D. Windows color (decimal): -12201356 or 7656005. OLE color: 7656005.
HSL color Cylindrical-coordinate representation of color #45D274: hue angle of 140º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D274 is Cyan = 0.67, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 210 | 116 | - |
| CMYK | 0.67 | 0 | 0.45 | 0.18 |
| HSL | 140º | 0.61% | 0.55% | - |
| HSV(B) | 140º | 0.67% | 0.82% | - |
| XYZ | 28.65 | 48.62 | 24.4 | - |
| YUV | 157.13 | 104.79 | 65.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 210 | 116 | 0.67 | 0 | 0.45 | 0.18 | 140 | 0.61 | 0.55 |
| Hex | 45 | D2 | 74 | 43 | 0 | 2D | 12 | 8C | 3D | 37 |
| Octal | 105 | 322 | 164 | 103 | 0 | 55 | 22 | 214 | 75 | 67 |
| Binary | 1000101 | 11010010 | 1110100 | 1000011 | 0 | 101101 | 10010 | 10001100 | 111101 | 110111 |
Color Harmonies of #45D274
Complementary color
Monochromatic Colors of #45D274
Black with #45D274
Text Example
Text Example
White with #45D274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D274; }
p { color: rgb(69,210,116); }
H1.HeaderClassName
{
color: #45D274;
}
.AnyTagClassName
{
color: #45D274;
}
</style>
background-color css
<style>
a { background-color: #45D274; }
a { background-color: rgb(69,210,116); }
div.DivClassName
{
background-color: #45D274;
}
.BgClassName
{
background-color: #45D274;
}
</style>
border-color css
<style>
span { border-color: #45D274; }
span { border-color: rgb(69,210,116); }
td.TdClassName
{
border-color: #45D274;
}
.TagClassName
{
border-color: #45D274;
}
</style>