Shades of Emerald #45D568
Tints of Emerald #45D568
RGB
CMYK
RGB Variations
Color information
#45D568 (or 0x45D568) is known color: Emerald. HEX triplet: 45, D5 and 68. RGB value is (69,213,104). Sum of RGB (Red+Green+Blue) = 69+213+104=386 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.88% from 386); Green value is 213 (83.59% from 255 or 55.18% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 213 - color contains mainly: green. Hex color #45D568 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D568 is #BA2A97. Grayscale: #9D9D9D. Windows color (decimal): -12200600 or 6870341. OLE color: 6870341.
HSL color Cylindrical-coordinate representation of color #45D568: hue angle of 134.58º 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 #45D568 is Cyan = 0.68, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 213 | 104 | - |
| CMYK | 0.68 | 0 | 0.51 | 0.16 |
| HSL | 134.58º | 0.63% | 0.55% | - |
| HSV(B) | 134.58º | 0.68% | 0.84% | - |
| XYZ | 28.75 | 49.85 | 21.2 | - |
| YUV | 157.52 | 97.79 | 64.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 213 | 104 | 0.68 | 0 | 0.51 | 0.16 | 134.58 | 0.63 | 0.55 |
| Hex | 45 | D5 | 68 | 44 | 0 | 33 | 10 | 87 | 3F | 37 |
| Octal | 105 | 325 | 150 | 104 | 0 | 63 | 20 | 207 | 77 | 67 |
| Binary | 1000101 | 11010101 | 1101000 | 1000100 | 0 | 110011 | 10000 | 10000111 | 111111 | 110111 |
Color Harmonies of #45D568
Complementary color
Monochromatic Colors of #45D568
Black with #45D568
Text Example
Text Example
White with #45D568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D568; }
p { color: rgb(69,213,104); }
H1.HeaderClassName
{
color: #45D568;
}
.AnyTagClassName
{
color: #45D568;
}
</style>
background-color css
<style>
a { background-color: #45D568; }
a { background-color: rgb(69,213,104); }
div.DivClassName
{
background-color: #45D568;
}
.BgClassName
{
background-color: #45D568;
}
</style>
border-color css
<style>
span { border-color: #45D568; }
span { border-color: rgb(69,213,104); }
td.TdClassName
{
border-color: #45D568;
}
.TagClassName
{
border-color: #45D568;
}
</style>