Shades of Emerald #45CC71
Tints of Emerald #45CC71
RGB
CMYK
RGB Variations
Color information
#45CC71 (or 0x45CC71) is known color: Emerald. HEX triplet: 45, CC and 71. RGB value is (69,204,113). Sum of RGB (Red+Green+Blue) = 69+204+113=386 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.88% from 386); Green value is 204 (80.08% from 255 or 52.85% from 386); Blue value is 113 (44.53% from 255 or 29.27% from 386); Max value from RGB is 204 - color contains mainly: green. Hex color #45CC71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CC71 is #BA338E. Grayscale: #999999. Windows color (decimal): -12202895 or 7457861. OLE color: 7457861.
HSL color Cylindrical-coordinate representation of color #45CC71: hue angle of 139.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 #45CC71 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 204 | 113 | - |
| CMYK | 0.66 | 0 | 0.45 | 0.2 |
| HSL | 139.56º | 0.57% | 0.54% | - |
| HSV(B) | 139.56º | 0.66% | 0.8% | - |
| XYZ | 27.03 | 45.64 | 23.01 | - |
| YUV | 153.26 | 105.27 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 204 | 113 | 0.66 | 0 | 0.45 | 0.2 | 139.56 | 0.57 | 0.54 |
| Hex | 45 | CC | 71 | 42 | 0 | 2D | 14 | 8C | 39 | 36 |
| Octal | 105 | 314 | 161 | 102 | 0 | 55 | 24 | 214 | 71 | 66 |
| Binary | 1000101 | 11001100 | 1110001 | 1000010 | 0 | 101101 | 10100 | 10001100 | 111001 | 110110 |
Color Harmonies of #45CC71
Complementary color
Monochromatic Colors of #45CC71
Black with #45CC71
Text Example
Text Example
White with #45CC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CC71; }
p { color: rgb(69,204,113); }
H1.HeaderClassName
{
color: #45CC71;
}
.AnyTagClassName
{
color: #45CC71;
}
</style>
background-color css
<style>
a { background-color: #45CC71; }
a { background-color: rgb(69,204,113); }
div.DivClassName
{
background-color: #45CC71;
}
.BgClassName
{
background-color: #45CC71;
}
</style>
border-color css
<style>
span { border-color: #45CC71; }
span { border-color: rgb(69,204,113); }
td.TdClassName
{
border-color: #45CC71;
}
.TagClassName
{
border-color: #45CC71;
}
</style>