Shades of Emerald #45C270
Tints of Emerald #45C270
RGB
CMYK
RGB Variations
Color information
#45C270 (or 0x45C270) is known color: Emerald. HEX triplet: 45, C2 and 70. RGB value is (69,194,112). Sum of RGB (Red+Green+Blue) = 69+194+112=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 194 (76.17% from 255 or 51.73% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 194 - color contains mainly: green. Hex color #45C270 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C270 is #BA3D8F. Grayscale: #939393. Windows color (decimal): -12205456 or 7389765. OLE color: 7389765.
HSL color Cylindrical-coordinate representation of color #45C270: hue angle of 140.64º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C270 is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 194 | 112 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.24 |
| HSL | 140.64º | 0.51% | 0.52% | - |
| HSV(B) | 140.64º | 0.64% | 0.76% | - |
| XYZ | 24.67 | 41.02 | 21.95 | - |
| YUV | 147.28 | 108.09 | 72.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 194 | 112 | 0.64 | 0 | 0.42 | 0.24 | 140.64 | 0.51 | 0.52 |
| Hex | 45 | C2 | 70 | 40 | 0 | 2A | 18 | 8D | 33 | 34 |
| Octal | 105 | 302 | 160 | 100 | 0 | 52 | 30 | 215 | 63 | 64 |
| Binary | 1000101 | 11000010 | 1110000 | 1000000 | 0 | 101010 | 11000 | 10001101 | 110011 | 110100 |
Color Harmonies of #45C270
Complementary color
Monochromatic Colors of #45C270
Black with #45C270
Text Example
Text Example
White with #45C270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C270; }
p { color: rgb(69,194,112); }
H1.HeaderClassName
{
color: #45C270;
}
.AnyTagClassName
{
color: #45C270;
}
</style>
background-color css
<style>
a { background-color: #45C270; }
a { background-color: rgb(69,194,112); }
div.DivClassName
{
background-color: #45C270;
}
.BgClassName
{
background-color: #45C270;
}
</style>
border-color css
<style>
span { border-color: #45C270; }
span { border-color: rgb(69,194,112); }
td.TdClassName
{
border-color: #45C270;
}
.TagClassName
{
border-color: #45C270;
}
</style>