Shades of Emerald #45C260
Tints of Emerald #45C260
RGB
CMYK
RGB Variations
Color information
#45C260 (or 0x45C260) is known color: Emerald. HEX triplet: 45, C2 and 60. RGB value is (69,194,96). Sum of RGB (Red+Green+Blue) = 69+194+96=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 194 (76.17% from 255 or 54.04% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 194 - color contains mainly: green. Hex color #45C260 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C260 is #BA3D9F. Grayscale: #919191. Windows color (decimal): -12205472 or 6341189. OLE color: 6341189.
HSL color Cylindrical-coordinate representation of color #45C260: hue angle of 132.96º 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 #45C260 is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 194 | 96 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.24 |
| HSL | 132.96º | 0.51% | 0.52% | - |
| HSV(B) | 132.96º | 0.64% | 0.76% | - |
| XYZ | 23.86 | 40.69 | 17.66 | - |
| YUV | 145.45 | 100.09 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 194 | 96 | 0.64 | 0 | 0.51 | 0.24 | 132.96 | 0.51 | 0.52 |
| Hex | 45 | C2 | 60 | 40 | 0 | 33 | 18 | 85 | 33 | 34 |
| Octal | 105 | 302 | 140 | 100 | 0 | 63 | 30 | 205 | 63 | 64 |
| Binary | 1000101 | 11000010 | 1100000 | 1000000 | 0 | 110011 | 11000 | 10000101 | 110011 | 110100 |
Color Harmonies of #45C260
Complementary color
Monochromatic Colors of #45C260
Black with #45C260
Text Example
Text Example
White with #45C260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C260; }
p { color: rgb(69,194,96); }
H1.HeaderClassName
{
color: #45C260;
}
.AnyTagClassName
{
color: #45C260;
}
</style>
background-color css
<style>
a { background-color: #45C260; }
a { background-color: rgb(69,194,96); }
div.DivClassName
{
background-color: #45C260;
}
.BgClassName
{
background-color: #45C260;
}
</style>
border-color css
<style>
span { border-color: #45C260; }
span { border-color: rgb(69,194,96); }
td.TdClassName
{
border-color: #45C260;
}
.TagClassName
{
border-color: #45C260;
}
</style>