Shades of Emerald #45C95A
Tints of Emerald #45C95A
RGB
CMYK
RGB Variations
Color information
#45C95A (or 0x45C95A) is known color: Emerald. HEX triplet: 45, C9 and 5A. RGB value is (69,201,90). Sum of RGB (Red+Green+Blue) = 69+201+90=360 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.17% from 360); Green value is 201 (78.91% from 255 or 55.83% from 360); Blue value is 90 (35.55% from 255 or 25% from 360); Max value from RGB is 201 - color contains mainly: green. Hex color #45C95A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C95A is #BA36A5. Grayscale: #959595. Windows color (decimal): -12203686 or 5949765. OLE color: 5949765.
HSL color Cylindrical-coordinate representation of color #45C95A: hue angle of 129.55º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45C95A is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 201 | 90 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.21 |
| HSL | 129.55º | 0.55% | 0.53% | - |
| HSV(B) | 129.55º | 0.66% | 0.79% | - |
| XYZ | 25.19 | 43.78 | 16.8 | - |
| YUV | 148.88 | 94.77 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 201 | 90 | 0.66 | 0 | 0.55 | 0.21 | 129.55 | 0.55 | 0.53 |
| Hex | 45 | C9 | 5A | 42 | 0 | 37 | 15 | 82 | 37 | 35 |
| Octal | 105 | 311 | 132 | 102 | 0 | 67 | 25 | 202 | 67 | 65 |
| Binary | 1000101 | 11001001 | 1011010 | 1000010 | 0 | 110111 | 10101 | 10000010 | 110111 | 110101 |
Color Harmonies of #45C95A
Complementary color
Monochromatic Colors of #45C95A
Black with #45C95A
Text Example
Text Example
White with #45C95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C95A; }
p { color: rgb(69,201,90); }
H1.HeaderClassName
{
color: #45C95A;
}
.AnyTagClassName
{
color: #45C95A;
}
</style>
background-color css
<style>
a { background-color: #45C95A; }
a { background-color: rgb(69,201,90); }
div.DivClassName
{
background-color: #45C95A;
}
.BgClassName
{
background-color: #45C95A;
}
</style>
border-color css
<style>
span { border-color: #45C95A; }
span { border-color: rgb(69,201,90); }
td.TdClassName
{
border-color: #45C95A;
}
.TagClassName
{
border-color: #45C95A;
}
</style>