Shades of Emerald #45D56F
Tints of Emerald #45D56F
RGB
CMYK
RGB Variations
Color information
#45D56F (or 0x45D56F) is known color: Emerald. HEX triplet: 45, D5 and 6F. RGB value is (69,213,111). Sum of RGB (Red+Green+Blue) = 69+213+111=393 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.56% from 393); Green value is 213 (83.59% from 255 or 54.20% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 213 - color contains mainly: green. Hex color #45D56F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D56F is #BA2A90. Grayscale: #9E9E9E. Windows color (decimal): -12200593 or 7329093. OLE color: 7329093.
HSL color Cylindrical-coordinate representation of color #45D56F: hue angle of 137.5º degrees, saturation: 0.63, 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 #45D56F is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 213 | 111 | - |
| CMYK | 0.68 | 0 | 0.48 | 0.16 |
| HSL | 137.5º | 0.63% | 0.55% | - |
| HSV(B) | 137.5º | 0.68% | 0.84% | - |
| XYZ | 29.12 | 50 | 23.16 | - |
| YUV | 158.32 | 101.29 | 64.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 213 | 111 | 0.68 | 0 | 0.48 | 0.16 | 137.5 | 0.63 | 0.55 |
| Hex | 45 | D5 | 6F | 44 | 0 | 30 | 10 | 8A | 3F | 37 |
| Octal | 105 | 325 | 157 | 104 | 0 | 60 | 20 | 212 | 77 | 67 |
| Binary | 1000101 | 11010101 | 1101111 | 1000100 | 0 | 110000 | 10000 | 10001010 | 111111 | 110111 |
Color Harmonies of #45D56F
Complementary color
Monochromatic Colors of #45D56F
Black with #45D56F
Text Example
Text Example
White with #45D56F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D56F; }
p { color: rgb(69,213,111); }
H1.HeaderClassName
{
color: #45D56F;
}
.AnyTagClassName
{
color: #45D56F;
}
</style>
background-color css
<style>
a { background-color: #45D56F; }
a { background-color: rgb(69,213,111); }
div.DivClassName
{
background-color: #45D56F;
}
.BgClassName
{
background-color: #45D56F;
}
</style>
border-color css
<style>
span { border-color: #45D56F; }
span { border-color: rgb(69,213,111); }
td.TdClassName
{
border-color: #45D56F;
}
.TagClassName
{
border-color: #45D56F;
}
</style>