Shades of Emerald #45CC7A
Tints of Emerald #45CC7A
RGB
CMYK
RGB Variations
Color information
#45CC7A (or 0x45CC7A) is known color: Emerald. HEX triplet: 45, CC and 7A. RGB value is (69,204,122). Sum of RGB (Red+Green+Blue) = 69+204+122=395 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.47% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #45CC7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CC7A is #BA3385. Grayscale: #9A9A9A. Windows color (decimal): -12202886 or 8047685. OLE color: 8047685.
HSL color Cylindrical-coordinate representation of color #45CC7A: hue angle of 143.56º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CC7A is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 204 | 122 | - |
| CMYK | 0.66 | 0 | 0.40 | 0.2 |
| HSL | 143.56º | 0.57% | 0.54% | - |
| HSV(B) | 143.56º | 0.66% | 0.8% | - |
| XYZ | 27.56 | 45.86 | 25.81 | - |
| YUV | 154.29 | 109.77 | 67.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 204 | 122 | 0.66 | 0 | 0.40 | 0.2 | 143.56 | 0.57 | 0.54 |
| Hex | 45 | CC | 7A | 42 | 0 | 28 | 14 | 90 | 39 | 36 |
| Octal | 105 | 314 | 172 | 102 | 0 | 50 | 24 | 220 | 71 | 66 |
| Binary | 1000101 | 11001100 | 1111010 | 1000010 | 0 | 101000 | 10100 | 10010000 | 111001 | 110110 |
Color Harmonies of #45CC7A
Complementary color
Monochromatic Colors of #45CC7A
Black with #45CC7A
Text Example
Text Example
White with #45CC7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CC7A; }
p { color: rgb(69,204,122); }
H1.HeaderClassName
{
color: #45CC7A;
}
.AnyTagClassName
{
color: #45CC7A;
}
</style>
background-color css
<style>
a { background-color: #45CC7A; }
a { background-color: rgb(69,204,122); }
div.DivClassName
{
background-color: #45CC7A;
}
.BgClassName
{
background-color: #45CC7A;
}
</style>
border-color css
<style>
span { border-color: #45CC7A; }
span { border-color: rgb(69,204,122); }
td.TdClassName
{
border-color: #45CC7A;
}
.TagClassName
{
border-color: #45CC7A;
}
</style>