Shades of Emerald #45C25E
Tints of Emerald #45C25E
RGB
CMYK
RGB Variations
Color information
#45C25E (or 0x45C25E) is known color: Emerald. HEX triplet: 45, C2 and 5E. RGB value is (69,194,94). Sum of RGB (Red+Green+Blue) = 69+194+94=357 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.33% from 357); Green value is 194 (76.17% from 255 or 54.34% from 357); Blue value is 94 (37.11% from 255 or 26.33% from 357); Max value from RGB is 194 - color contains mainly: green. Hex color #45C25E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C25E is #BA3DA1. Grayscale: #919191. Windows color (decimal): -12205474 or 6210117. OLE color: 6210117.
HSL color Cylindrical-coordinate representation of color #45C25E: hue angle of 132º 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 #45C25E is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 194 | 94 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.24 |
| HSL | 132º | 0.51% | 0.52% | - |
| HSV(B) | 132º | 0.64% | 0.76% | - |
| XYZ | 23.77 | 40.66 | 17.18 | - |
| YUV | 145.23 | 99.09 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 194 | 94 | 0.64 | 0 | 0.52 | 0.24 | 132 | 0.51 | 0.52 |
| Hex | 45 | C2 | 5E | 40 | 0 | 34 | 18 | 84 | 33 | 34 |
| Octal | 105 | 302 | 136 | 100 | 0 | 64 | 30 | 204 | 63 | 64 |
| Binary | 1000101 | 11000010 | 1011110 | 1000000 | 0 | 110100 | 11000 | 10000100 | 110011 | 110100 |
Color Harmonies of #45C25E
Complementary color
Monochromatic Colors of #45C25E
Black with #45C25E
Text Example
Text Example
White with #45C25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C25E; }
p { color: rgb(69,194,94); }
H1.HeaderClassName
{
color: #45C25E;
}
.AnyTagClassName
{
color: #45C25E;
}
</style>
background-color css
<style>
a { background-color: #45C25E; }
a { background-color: rgb(69,194,94); }
div.DivClassName
{
background-color: #45C25E;
}
.BgClassName
{
background-color: #45C25E;
}
</style>
border-color css
<style>
span { border-color: #45C25E; }
span { border-color: rgb(69,194,94); }
td.TdClassName
{
border-color: #45C25E;
}
.TagClassName
{
border-color: #45C25E;
}
</style>