Shades of Emerald #45C275
Tints of Emerald #45C275
RGB
CMYK
RGB Variations
Color information
#45C275 (or 0x45C275) is known color: Emerald. HEX triplet: 45, C2 and 75. RGB value is (69,194,117). Sum of RGB (Red+Green+Blue) = 69+194+117=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 194 (76.17% from 255 or 51.05% from 380); Blue value is 117 (46.09% from 255 or 30.79% from 380); Max value from RGB is 194 - color contains mainly: green. Hex color #45C275 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C275 is #BA3D8A. Grayscale: #949494. Windows color (decimal): -12205451 or 7717445. OLE color: 7717445.
HSL color Cylindrical-coordinate representation of color #45C275: hue angle of 143.04º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C275 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 194 | 117 | - |
| CMYK | 0.64 | 0 | 0.40 | 0.24 |
| HSL | 143.04º | 0.51% | 0.52% | - |
| HSV(B) | 143.04º | 0.64% | 0.76% | - |
| XYZ | 24.96 | 41.13 | 23.45 | - |
| YUV | 147.85 | 110.59 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 194 | 117 | 0.64 | 0 | 0.40 | 0.24 | 143.04 | 0.51 | 0.52 |
| Hex | 45 | C2 | 75 | 40 | 0 | 28 | 18 | 8F | 33 | 34 |
| Octal | 105 | 302 | 165 | 100 | 0 | 50 | 30 | 217 | 63 | 64 |
| Binary | 1000101 | 11000010 | 1110101 | 1000000 | 0 | 101000 | 11000 | 10001111 | 110011 | 110100 |
Color Harmonies of #45C275
Complementary color
Monochromatic Colors of #45C275
Black with #45C275
Text Example
Text Example
White with #45C275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C275; }
p { color: rgb(69,194,117); }
H1.HeaderClassName
{
color: #45C275;
}
.AnyTagClassName
{
color: #45C275;
}
</style>
background-color css
<style>
a { background-color: #45C275; }
a { background-color: rgb(69,194,117); }
div.DivClassName
{
background-color: #45C275;
}
.BgClassName
{
background-color: #45C275;
}
</style>
border-color css
<style>
span { border-color: #45C275; }
span { border-color: rgb(69,194,117); }
td.TdClassName
{
border-color: #45C275;
}
.TagClassName
{
border-color: #45C275;
}
</style>