Shades of Emerald #45CC6D
Tints of Emerald #45CC6D
RGB
CMYK
RGB Variations
Color information
#45CC6D (or 0x45CC6D) is known color: Emerald. HEX triplet: 45, CC and 6D. RGB value is (69,204,109). Sum of RGB (Red+Green+Blue) = 69+204+109=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 204 (80.08% from 255 or 53.40% from 382); Blue value is 109 (42.97% from 255 or 28.53% from 382); Max value from RGB is 204 - color contains mainly: green. Hex color #45CC6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CC6D is #BA3392. Grayscale: #999999. Windows color (decimal): -12202899 or 7195717. OLE color: 7195717.
HSL color Cylindrical-coordinate representation of color #45CC6D: hue angle of 137.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CC6D is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 204 | 109 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.2 |
| HSL | 137.78º | 0.57% | 0.54% | - |
| HSV(B) | 137.78º | 0.66% | 0.8% | - |
| XYZ | 26.81 | 45.56 | 21.85 | - |
| YUV | 152.81 | 103.27 | 68.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 204 | 109 | 0.66 | 0 | 0.47 | 0.2 | 137.78 | 0.57 | 0.54 |
| Hex | 45 | CC | 6D | 42 | 0 | 2F | 14 | 8A | 39 | 36 |
| Octal | 105 | 314 | 155 | 102 | 0 | 57 | 24 | 212 | 71 | 66 |
| Binary | 1000101 | 11001100 | 1101101 | 1000010 | 0 | 101111 | 10100 | 10001010 | 111001 | 110110 |
Color Harmonies of #45CC6D
Complementary color
Monochromatic Colors of #45CC6D
Black with #45CC6D
Text Example
Text Example
White with #45CC6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CC6D; }
p { color: rgb(69,204,109); }
H1.HeaderClassName
{
color: #45CC6D;
}
.AnyTagClassName
{
color: #45CC6D;
}
</style>
background-color css
<style>
a { background-color: #45CC6D; }
a { background-color: rgb(69,204,109); }
div.DivClassName
{
background-color: #45CC6D;
}
.BgClassName
{
background-color: #45CC6D;
}
</style>
border-color css
<style>
span { border-color: #45CC6D; }
span { border-color: rgb(69,204,109); }
td.TdClassName
{
border-color: #45CC6D;
}
.TagClassName
{
border-color: #45CC6D;
}
</style>