Shades of Emerald #45C87A
Tints of Emerald #45C87A
RGB
CMYK
RGB Variations
Color information
#45C87A (or 0x45C87A) is known color: Emerald. HEX triplet: 45, C8 and 7A. RGB value is (69,200,122). Sum of RGB (Red+Green+Blue) = 69+200+122=391 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.65% from 391); Green value is 200 (78.52% from 255 or 51.15% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 200 - color contains mainly: green. Hex color #45C87A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C87A is #BA3785. Grayscale: #989898. Windows color (decimal): -12203910 or 8046661. OLE color: 8046661.
HSL color Cylindrical-coordinate representation of color #45C87A: hue angle of 144.27º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C87A is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 200 | 122 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.22 |
| HSL | 144.27º | 0.54% | 0.53% | - |
| HSV(B) | 144.27º | 0.66% | 0.78% | - |
| XYZ | 26.62 | 43.98 | 25.5 | - |
| YUV | 151.94 | 111.1 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 200 | 122 | 0.66 | 0 | 0.39 | 0.22 | 144.27 | 0.54 | 0.53 |
| Hex | 45 | C8 | 7A | 42 | 0 | 27 | 16 | 90 | 36 | 35 |
| Octal | 105 | 310 | 172 | 102 | 0 | 47 | 26 | 220 | 66 | 65 |
| Binary | 1000101 | 11001000 | 1111010 | 1000010 | 0 | 100111 | 10110 | 10010000 | 110110 | 110101 |
Color Harmonies of #45C87A
Complementary color
Monochromatic Colors of #45C87A
Black with #45C87A
Text Example
Text Example
White with #45C87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C87A; }
p { color: rgb(69,200,122); }
H1.HeaderClassName
{
color: #45C87A;
}
.AnyTagClassName
{
color: #45C87A;
}
</style>
background-color css
<style>
a { background-color: #45C87A; }
a { background-color: rgb(69,200,122); }
div.DivClassName
{
background-color: #45C87A;
}
.BgClassName
{
background-color: #45C87A;
}
</style>
border-color css
<style>
span { border-color: #45C87A; }
span { border-color: rgb(69,200,122); }
td.TdClassName
{
border-color: #45C87A;
}
.TagClassName
{
border-color: #45C87A;
}
</style>