Shades of Emerald #45CC70
Tints of Emerald #45CC70
RGB
CMYK
RGB Variations
Color information
#45CC70 (or 0x45CC70) is known color: Emerald. HEX triplet: 45, CC and 70. RGB value is (69,204,112). Sum of RGB (Red+Green+Blue) = 69+204+112=385 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.92% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #45CC70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CC70 is #BA338F. Grayscale: #999999. Windows color (decimal): -12202896 or 7392325. OLE color: 7392325.
HSL color Cylindrical-coordinate representation of color #45CC70: hue angle of 139.11º 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 #45CC70 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 204 | 112 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.2 |
| HSL | 139.11º | 0.57% | 0.54% | - |
| HSV(B) | 139.11º | 0.66% | 0.8% | - |
| XYZ | 26.97 | 45.62 | 22.71 | - |
| YUV | 153.15 | 104.77 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 204 | 112 | 0.66 | 0 | 0.45 | 0.2 | 139.11 | 0.57 | 0.54 |
| Hex | 45 | CC | 70 | 42 | 0 | 2D | 14 | 8B | 39 | 36 |
| Octal | 105 | 314 | 160 | 102 | 0 | 55 | 24 | 213 | 71 | 66 |
| Binary | 1000101 | 11001100 | 1110000 | 1000010 | 0 | 101101 | 10100 | 10001011 | 111001 | 110110 |
Color Harmonies of #45CC70
Complementary color
Monochromatic Colors of #45CC70
Black with #45CC70
Text Example
Text Example
White with #45CC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CC70; }
p { color: rgb(69,204,112); }
H1.HeaderClassName
{
color: #45CC70;
}
.AnyTagClassName
{
color: #45CC70;
}
</style>
background-color css
<style>
a { background-color: #45CC70; }
a { background-color: rgb(69,204,112); }
div.DivClassName
{
background-color: #45CC70;
}
.BgClassName
{
background-color: #45CC70;
}
</style>
border-color css
<style>
span { border-color: #45CC70; }
span { border-color: rgb(69,204,112); }
td.TdClassName
{
border-color: #45CC70;
}
.TagClassName
{
border-color: #45CC70;
}
</style>