Shades of Emerald #45D661
Tints of Emerald #45D661
RGB
CMYK
RGB Variations
Color information
#45D661 (or 0x45D661) is known color: Emerald. HEX triplet: 45, D6 and 61. RGB value is (69,214,97). Sum of RGB (Red+Green+Blue) = 69+214+97=380 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.16% from 380); Green value is 214 (83.98% from 255 or 56.32% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 214 - color contains mainly: green. Hex color #45D661 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D661 is #BA299E. Grayscale: #9D9D9D. Windows color (decimal): -12200351 or 6411845. OLE color: 6411845.
HSL color Cylindrical-coordinate representation of color #45D661: hue angle of 131.59º 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 #45D661 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 214 | 97 | - |
| CMYK | 0.68 | 0 | 0.55 | 0.16 |
| HSL | 131.59º | 0.64% | 0.55% | - |
| HSV(B) | 131.59º | 0.68% | 0.84% | - |
| XYZ | 28.66 | 50.22 | 19.49 | - |
| YUV | 157.31 | 93.96 | 65.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 214 | 97 | 0.68 | 0 | 0.55 | 0.16 | 131.59 | 0.64 | 0.55 |
| Hex | 45 | D6 | 61 | 44 | 0 | 37 | 10 | 84 | 40 | 37 |
| Octal | 105 | 326 | 141 | 104 | 0 | 67 | 20 | 204 | 100 | 67 |
| Binary | 1000101 | 11010110 | 1100001 | 1000100 | 0 | 110111 | 10000 | 10000100 | 1000000 | 110111 |
Color Harmonies of #45D661
Complementary color
Monochromatic Colors of #45D661
Black with #45D661
Text Example
Text Example
White with #45D661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D661; }
p { color: rgb(69,214,97); }
H1.HeaderClassName
{
color: #45D661;
}
.AnyTagClassName
{
color: #45D661;
}
</style>
background-color css
<style>
a { background-color: #45D661; }
a { background-color: rgb(69,214,97); }
div.DivClassName
{
background-color: #45D661;
}
.BgClassName
{
background-color: #45D661;
}
</style>
border-color css
<style>
span { border-color: #45D661; }
span { border-color: rgb(69,214,97); }
td.TdClassName
{
border-color: #45D661;
}
.TagClassName
{
border-color: #45D661;
}
</style>