Shades of Emerald #45C06B
Tints of Emerald #45C06B
RGB
CMYK
RGB Variations
Color information
#45C06B (or 0x45C06B) is known color: Emerald. HEX triplet: 45, C0 and 6B. RGB value is (69,192,107). Sum of RGB (Red+Green+Blue) = 69+192+107=368 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.75% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #45C06B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C06B is #BA3F94. Grayscale: #919191. Windows color (decimal): -12205973 or 7061573. OLE color: 7061573.
HSL color Cylindrical-coordinate representation of color #45C06B: hue angle of 138.54º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C06B is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 69 | 192 | 107 | - |
| CMYK | 0.64 | 0 | 0.44 | 0.25 |
| HSL | 138.54º | 0.49% | 0.51% | - |
| HSV(B) | 138.54º | 0.64% | 0.75% | - |
| XYZ | 23.96 | 40.03 | 20.37 | - |
| YUV | 145.53 | 106.25 | 73.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 192 | 107 | 0.64 | 0 | 0.44 | 0.25 | 138.54 | 0.49 | 0.51 |
| Hex | 45 | C0 | 6B | 40 | 0 | 2C | 19 | 8B | 31 | 33 |
| Octal | 105 | 300 | 153 | 100 | 0 | 54 | 31 | 213 | 61 | 63 |
| Binary | 1000101 | 11000000 | 1101011 | 1000000 | 0 | 101100 | 11001 | 10001011 | 110001 | 110011 |
Color Harmonies of #45C06B
Complementary color
Monochromatic Colors of #45C06B
Black with #45C06B
Text Example
Text Example
White with #45C06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C06B; }
p { color: rgb(69,192,107); }
H1.HeaderClassName
{
color: #45C06B;
}
.AnyTagClassName
{
color: #45C06B;
}
</style>
background-color css
<style>
a { background-color: #45C06B; }
a { background-color: rgb(69,192,107); }
div.DivClassName
{
background-color: #45C06B;
}
.BgClassName
{
background-color: #45C06B;
}
</style>
border-color css
<style>
span { border-color: #45C06B; }
span { border-color: rgb(69,192,107); }
td.TdClassName
{
border-color: #45C06B;
}
.TagClassName
{
border-color: #45C06B;
}
</style>