Shades of Emerald #45CC74
Tints of Emerald #45CC74
RGB
CMYK
RGB Variations
Color information
#45CC74 (or 0x45CC74) is known color: Emerald. HEX triplet: 45, CC and 74. RGB value is (69,204,116). Sum of RGB (Red+Green+Blue) = 69+204+116=389 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.74% from 389); Green value is 204 (80.08% from 255 or 52.44% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 204 - color contains mainly: green. Hex color #45CC74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CC74 is #BA338B. Grayscale: #999999. Windows color (decimal): -12202892 or 7654469. OLE color: 7654469.
HSL color Cylindrical-coordinate representation of color #45CC74: hue angle of 140.89º 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 #45CC74 is Cyan = 0.66, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 204 | 116 | - |
| CMYK | 0.66 | 0 | 0.43 | 0.2 |
| HSL | 140.89º | 0.57% | 0.54% | - |
| HSV(B) | 140.89º | 0.66% | 0.8% | - |
| XYZ | 27.2 | 45.71 | 23.91 | - |
| YUV | 153.6 | 106.77 | 67.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 204 | 116 | 0.66 | 0 | 0.43 | 0.2 | 140.89 | 0.57 | 0.54 |
| Hex | 45 | CC | 74 | 42 | 0 | 2B | 14 | 8D | 39 | 36 |
| Octal | 105 | 314 | 164 | 102 | 0 | 53 | 24 | 215 | 71 | 66 |
| Binary | 1000101 | 11001100 | 1110100 | 1000010 | 0 | 101011 | 10100 | 10001101 | 111001 | 110110 |
Color Harmonies of #45CC74
Complementary color
Monochromatic Colors of #45CC74
Black with #45CC74
Text Example
Text Example
White with #45CC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CC74; }
p { color: rgb(69,204,116); }
H1.HeaderClassName
{
color: #45CC74;
}
.AnyTagClassName
{
color: #45CC74;
}
</style>
background-color css
<style>
a { background-color: #45CC74; }
a { background-color: rgb(69,204,116); }
div.DivClassName
{
background-color: #45CC74;
}
.BgClassName
{
background-color: #45CC74;
}
</style>
border-color css
<style>
span { border-color: #45CC74; }
span { border-color: rgb(69,204,116); }
td.TdClassName
{
border-color: #45CC74;
}
.TagClassName
{
border-color: #45CC74;
}
</style>