Shades of Emerald #45C86A
Tints of Emerald #45C86A
RGB
CMYK
RGB Variations
Color information
#45C86A (or 0x45C86A) is known color: Emerald. HEX triplet: 45, C8 and 6A. RGB value is (69,200,106). Sum of RGB (Red+Green+Blue) = 69+200+106=375 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.4% from 375); Green value is 200 (78.52% from 255 or 53.33% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 200 - color contains mainly: green. Hex color #45C86A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C86A is #BA3795. Grayscale: #969696. Windows color (decimal): -12203926 or 6998085. OLE color: 6998085.
HSL color Cylindrical-coordinate representation of color #45C86A: hue angle of 136.95º 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 #45C86A is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 200 | 106 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.22 |
| HSL | 136.95º | 0.54% | 0.53% | - |
| HSV(B) | 136.95º | 0.66% | 0.78% | - |
| XYZ | 25.71 | 43.61 | 20.7 | - |
| YUV | 150.12 | 103.1 | 70.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 200 | 106 | 0.66 | 0 | 0.47 | 0.22 | 136.95 | 0.54 | 0.53 |
| Hex | 45 | C8 | 6A | 42 | 0 | 2F | 16 | 89 | 36 | 35 |
| Octal | 105 | 310 | 152 | 102 | 0 | 57 | 26 | 211 | 66 | 65 |
| Binary | 1000101 | 11001000 | 1101010 | 1000010 | 0 | 101111 | 10110 | 10001001 | 110110 | 110101 |
Color Harmonies of #45C86A
Complementary color
Monochromatic Colors of #45C86A
Black with #45C86A
Text Example
Text Example
White with #45C86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C86A; }
p { color: rgb(69,200,106); }
H1.HeaderClassName
{
color: #45C86A;
}
.AnyTagClassName
{
color: #45C86A;
}
</style>
background-color css
<style>
a { background-color: #45C86A; }
a { background-color: rgb(69,200,106); }
div.DivClassName
{
background-color: #45C86A;
}
.BgClassName
{
background-color: #45C86A;
}
</style>
border-color css
<style>
span { border-color: #45C86A; }
span { border-color: rgb(69,200,106); }
td.TdClassName
{
border-color: #45C86A;
}
.TagClassName
{
border-color: #45C86A;
}
</style>