Shades of Emerald #45D660
Tints of Emerald #45D660
RGB
CMYK
RGB Variations
Color information
#45D660 (or 0x45D660) is known color: Emerald. HEX triplet: 45, D6 and 60. RGB value is (69,214,96). Sum of RGB (Red+Green+Blue) = 69+214+96=379 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.21% from 379); Green value is 214 (83.98% from 255 or 56.46% from 379); Blue value is 96 (37.89% from 255 or 25.33% from 379); Max value from RGB is 214 - color contains mainly: green. Hex color #45D660 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D660 is #BA299F. Grayscale: #9D9D9D. Windows color (decimal): -12200352 or 6346309. OLE color: 6346309.
HSL color Cylindrical-coordinate representation of color #45D660: hue angle of 131.17º 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 #45D660 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 214 | 96 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.16 |
| HSL | 131.17º | 0.64% | 0.55% | - |
| HSV(B) | 131.17º | 0.68% | 0.84% | - |
| XYZ | 28.61 | 50.2 | 19.25 | - |
| YUV | 157.19 | 93.46 | 65.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 214 | 96 | 0.68 | 0 | 0.55 | 0.16 | 131.17 | 0.64 | 0.55 |
| Hex | 45 | D6 | 60 | 44 | 0 | 37 | 10 | 83 | 40 | 37 |
| Octal | 105 | 326 | 140 | 104 | 0 | 67 | 20 | 203 | 100 | 67 |
| Binary | 1000101 | 11010110 | 1100000 | 1000100 | 0 | 110111 | 10000 | 10000011 | 1000000 | 110111 |
Color Harmonies of #45D660
Complementary color
Monochromatic Colors of #45D660
Black with #45D660
Text Example
Text Example
White with #45D660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D660; }
p { color: rgb(69,214,96); }
H1.HeaderClassName
{
color: #45D660;
}
.AnyTagClassName
{
color: #45D660;
}
</style>
background-color css
<style>
a { background-color: #45D660; }
a { background-color: rgb(69,214,96); }
div.DivClassName
{
background-color: #45D660;
}
.BgClassName
{
background-color: #45D660;
}
</style>
border-color css
<style>
span { border-color: #45D660; }
span { border-color: rgb(69,214,96); }
td.TdClassName
{
border-color: #45D660;
}
.TagClassName
{
border-color: #45D660;
}
</style>