Shades of Emerald #45C970
Tints of Emerald #45C970
RGB
CMYK
RGB Variations
Color information
#45C970 (or 0x45C970) is known color: Emerald. HEX triplet: 45, C9 and 70. RGB value is (69,201,112). Sum of RGB (Red+Green+Blue) = 69+201+112=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 201 (78.91% from 255 or 52.62% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 201 - color contains mainly: green. Hex color #45C970 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C970 is #BA368F. Grayscale: #979797. Windows color (decimal): -12203664 or 7391557. OLE color: 7391557.
HSL color Cylindrical-coordinate representation of color #45C970: hue angle of 139.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45C970 is Cyan = 0.66, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 201 | 112 | - |
| CMYK | 0.66 | 0 | 0.44 | 0.21 |
| HSL | 139.55º | 0.55% | 0.53% | - |
| HSV(B) | 139.55º | 0.66% | 0.79% | - |
| XYZ | 26.27 | 44.21 | 22.48 | - |
| YUV | 151.39 | 105.77 | 69.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 201 | 112 | 0.66 | 0 | 0.44 | 0.21 | 139.55 | 0.55 | 0.53 |
| Hex | 45 | C9 | 70 | 42 | 0 | 2C | 15 | 8C | 37 | 35 |
| Octal | 105 | 311 | 160 | 102 | 0 | 54 | 25 | 214 | 67 | 65 |
| Binary | 1000101 | 11001001 | 1110000 | 1000010 | 0 | 101100 | 10101 | 10001100 | 110111 | 110101 |
Color Harmonies of #45C970
Complementary color
Monochromatic Colors of #45C970
Black with #45C970
Text Example
Text Example
White with #45C970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C970; }
p { color: rgb(69,201,112); }
H1.HeaderClassName
{
color: #45C970;
}
.AnyTagClassName
{
color: #45C970;
}
</style>
background-color css
<style>
a { background-color: #45C970; }
a { background-color: rgb(69,201,112); }
div.DivClassName
{
background-color: #45C970;
}
.BgClassName
{
background-color: #45C970;
}
</style>
border-color css
<style>
span { border-color: #45C970; }
span { border-color: rgb(69,201,112); }
td.TdClassName
{
border-color: #45C970;
}
.TagClassName
{
border-color: #45C970;
}
</style>