Shades of Emerald #45CC6C
Tints of Emerald #45CC6C
RGB
CMYK
RGB Variations
Color information
#45CC6C (or 0x45CC6C) is known color: Emerald. HEX triplet: 45, CC and 6C. RGB value is (69,204,108). Sum of RGB (Red+Green+Blue) = 69+204+108=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 204 (80.08% from 255 or 53.54% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 204 - color contains mainly: green. Hex color #45CC6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CC6C is #BA3393. Grayscale: #989898. Windows color (decimal): -12202900 or 7130181. OLE color: 7130181.
HSL color Cylindrical-coordinate representation of color #45CC6C: hue angle of 137.33º 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 #45CC6C is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 204 | 108 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.2 |
| HSL | 137.33º | 0.57% | 0.54% | - |
| HSV(B) | 137.33º | 0.66% | 0.8% | - |
| XYZ | 26.75 | 45.53 | 21.57 | - |
| YUV | 152.69 | 102.77 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 204 | 108 | 0.66 | 0 | 0.47 | 0.2 | 137.33 | 0.57 | 0.54 |
| Hex | 45 | CC | 6C | 42 | 0 | 2F | 14 | 89 | 39 | 36 |
| Octal | 105 | 314 | 154 | 102 | 0 | 57 | 24 | 211 | 71 | 66 |
| Binary | 1000101 | 11001100 | 1101100 | 1000010 | 0 | 101111 | 10100 | 10001001 | 111001 | 110110 |
Color Harmonies of #45CC6C
Complementary color
Monochromatic Colors of #45CC6C
Black with #45CC6C
Text Example
Text Example
White with #45CC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CC6C; }
p { color: rgb(69,204,108); }
H1.HeaderClassName
{
color: #45CC6C;
}
.AnyTagClassName
{
color: #45CC6C;
}
</style>
background-color css
<style>
a { background-color: #45CC6C; }
a { background-color: rgb(69,204,108); }
div.DivClassName
{
background-color: #45CC6C;
}
.BgClassName
{
background-color: #45CC6C;
}
</style>
border-color css
<style>
span { border-color: #45CC6C; }
span { border-color: rgb(69,204,108); }
td.TdClassName
{
border-color: #45CC6C;
}
.TagClassName
{
border-color: #45CC6C;
}
</style>