Shades of Emerald #45C668
Tints of Emerald #45C668
RGB
CMYK
RGB Variations
Color information
#45C668 (or 0x45C668) is known color: Emerald. HEX triplet: 45, C6 and 68. RGB value is (69,198,104). Sum of RGB (Red+Green+Blue) = 69+198+104=371 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.60% from 371); Green value is 198 (77.73% from 255 or 53.37% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 198 - color contains mainly: green. Hex color #45C668 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C668 is #BA3997. Grayscale: #949494. Windows color (decimal): -12204440 or 6866501. OLE color: 6866501.
HSL color Cylindrical-coordinate representation of color #45C668: hue angle of 136.28º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C668 is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 198 | 104 | - |
| CMYK | 0.65 | 0 | 0.47 | 0.22 |
| HSL | 136.28º | 0.53% | 0.52% | - |
| HSV(B) | 136.28º | 0.65% | 0.78% | - |
| XYZ | 25.15 | 42.65 | 20 | - |
| YUV | 148.71 | 102.76 | 71.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 198 | 104 | 0.65 | 0 | 0.47 | 0.22 | 136.28 | 0.53 | 0.52 |
| Hex | 45 | C6 | 68 | 41 | 0 | 2F | 16 | 88 | 35 | 34 |
| Octal | 105 | 306 | 150 | 101 | 0 | 57 | 26 | 210 | 65 | 64 |
| Binary | 1000101 | 11000110 | 1101000 | 1000001 | 0 | 101111 | 10110 | 10001000 | 110101 | 110100 |
Color Harmonies of #45C668
Complementary color
Monochromatic Colors of #45C668
Black with #45C668
Text Example
Text Example
White with #45C668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C668; }
p { color: rgb(69,198,104); }
H1.HeaderClassName
{
color: #45C668;
}
.AnyTagClassName
{
color: #45C668;
}
</style>
background-color css
<style>
a { background-color: #45C668; }
a { background-color: rgb(69,198,104); }
div.DivClassName
{
background-color: #45C668;
}
.BgClassName
{
background-color: #45C668;
}
</style>
border-color css
<style>
span { border-color: #45C668; }
span { border-color: rgb(69,198,104); }
td.TdClassName
{
border-color: #45C668;
}
.TagClassName
{
border-color: #45C668;
}
</style>