Shades of Emerald #45C561
Tints of Emerald #45C561
RGB
CMYK
RGB Variations
Color information
#45C561 (or 0x45C561) is known color: Emerald. HEX triplet: 45, C5 and 61. RGB value is (69,197,97). Sum of RGB (Red+Green+Blue) = 69+197+97=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 197 (77.34% from 255 or 54.27% from 363); Blue value is 97 (38.28% from 255 or 26.72% from 363); Max value from RGB is 197 - color contains mainly: green. Hex color #45C561 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C561 is #BA3A9E. Grayscale: #939393. Windows color (decimal): -12204703 or 6407493. OLE color: 6407493.
HSL color Cylindrical-coordinate representation of color #45C561: hue angle of 133.12º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C561 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 197 | 97 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.23 |
| HSL | 133.13º | 0.52% | 0.52% | - |
| HSV(B) | 133.13º | 0.65% | 0.77% | - |
| XYZ | 24.58 | 42.06 | 18.13 | - |
| YUV | 147.33 | 99.59 | 72.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 197 | 97 | 0.65 | 0 | 0.51 | 0.23 | 133.13 | 0.52 | 0.52 |
| Hex | 45 | C5 | 61 | 41 | 0 | 33 | 17 | 85 | 34 | 34 |
| Octal | 105 | 305 | 141 | 101 | 0 | 63 | 27 | 205 | 64 | 64 |
| Binary | 1000101 | 11000101 | 1100001 | 1000001 | 0 | 110011 | 10111 | 10000101 | 110100 | 110100 |
Color Harmonies of #45C561
Complementary color
Monochromatic Colors of #45C561
Black with #45C561
Text Example
Text Example
White with #45C561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C561; }
p { color: rgb(69,197,97); }
H1.HeaderClassName
{
color: #45C561;
}
.AnyTagClassName
{
color: #45C561;
}
</style>
background-color css
<style>
a { background-color: #45C561; }
a { background-color: rgb(69,197,97); }
div.DivClassName
{
background-color: #45C561;
}
.BgClassName
{
background-color: #45C561;
}
</style>
border-color css
<style>
span { border-color: #45C561; }
span { border-color: rgb(69,197,97); }
td.TdClassName
{
border-color: #45C561;
}
.TagClassName
{
border-color: #45C561;
}
</style>