Shades of Emerald #45C85E
Tints of Emerald #45C85E
RGB
CMYK
RGB Variations
Color information
#45C85E (or 0x45C85E) is known color: Emerald. HEX triplet: 45, C8 and 5E. RGB value is (69,200,94). Sum of RGB (Red+Green+Blue) = 69+200+94=363 (48% of max value = 765). Red value is 69 (27.34% from 255 or 19.01% from 363); Green value is 200 (78.52% from 255 or 55.10% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 200 - color contains mainly: green. Hex color #45C85E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C85E is #BA37A1. Grayscale: #959595. Windows color (decimal): -12203938 or 6211653. OLE color: 6211653.
HSL color Cylindrical-coordinate representation of color #45C85E: hue angle of 131.45º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C85E is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 200 | 94 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.22 |
| HSL | 131.45º | 0.54% | 0.53% | - |
| HSV(B) | 131.45º | 0.66% | 0.78% | - |
| XYZ | 25.13 | 43.38 | 17.64 | - |
| YUV | 148.75 | 97.1 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 200 | 94 | 0.66 | 0 | 0.53 | 0.22 | 131.45 | 0.54 | 0.53 |
| Hex | 45 | C8 | 5E | 42 | 0 | 35 | 16 | 83 | 36 | 35 |
| Octal | 105 | 310 | 136 | 102 | 0 | 65 | 26 | 203 | 66 | 65 |
| Binary | 1000101 | 11001000 | 1011110 | 1000010 | 0 | 110101 | 10110 | 10000011 | 110110 | 110101 |
Color Harmonies of #45C85E
Complementary color
Monochromatic Colors of #45C85E
Black with #45C85E
Text Example
Text Example
White with #45C85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C85E; }
p { color: rgb(69,200,94); }
H1.HeaderClassName
{
color: #45C85E;
}
.AnyTagClassName
{
color: #45C85E;
}
</style>
background-color css
<style>
a { background-color: #45C85E; }
a { background-color: rgb(69,200,94); }
div.DivClassName
{
background-color: #45C85E;
}
.BgClassName
{
background-color: #45C85E;
}
</style>
border-color css
<style>
span { border-color: #45C85E; }
span { border-color: rgb(69,200,94); }
td.TdClassName
{
border-color: #45C85E;
}
.TagClassName
{
border-color: #45C85E;
}
</style>