Shades of Emerald #45D663
Tints of Emerald #45D663
RGB
CMYK
RGB Variations
Color information
#45D663 (or 0x45D663) is known color: Emerald. HEX triplet: 45, D6 and 63. RGB value is (69,214,99). Sum of RGB (Red+Green+Blue) = 69+214+99=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 214 (83.98% from 255 or 56.02% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 214 - color contains mainly: green. Hex color #45D663 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D663 is #BA299C. Grayscale: #9D9D9D. Windows color (decimal): -12200349 or 6542917. OLE color: 6542917.
HSL color Cylindrical-coordinate representation of color #45D663: hue angle of 132.41º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D663 is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 214 | 99 | - |
| CMYK | 0.68 | 0 | 0.54 | 0.16 |
| HSL | 132.41º | 0.64% | 0.55% | - |
| HSV(B) | 132.41º | 0.68% | 0.84% | - |
| XYZ | 28.75 | 50.26 | 19.99 | - |
| YUV | 157.54 | 94.96 | 64.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 214 | 99 | 0.68 | 0 | 0.54 | 0.16 | 132.41 | 0.64 | 0.55 |
| Hex | 45 | D6 | 63 | 44 | 0 | 36 | 10 | 84 | 40 | 37 |
| Octal | 105 | 326 | 143 | 104 | 0 | 66 | 20 | 204 | 100 | 67 |
| Binary | 1000101 | 11010110 | 1100011 | 1000100 | 0 | 110110 | 10000 | 10000100 | 1000000 | 110111 |
Color Harmonies of #45D663
Complementary color
Monochromatic Colors of #45D663
Black with #45D663
Text Example
Text Example
White with #45D663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D663; }
p { color: rgb(69,214,99); }
H1.HeaderClassName
{
color: #45D663;
}
.AnyTagClassName
{
color: #45D663;
}
</style>
background-color css
<style>
a { background-color: #45D663; }
a { background-color: rgb(69,214,99); }
div.DivClassName
{
background-color: #45D663;
}
.BgClassName
{
background-color: #45D663;
}
</style>
border-color css
<style>
span { border-color: #45D663; }
span { border-color: rgb(69,214,99); }
td.TdClassName
{
border-color: #45D663;
}
.TagClassName
{
border-color: #45D663;
}
</style>