Shades of Emerald #45D565
Tints of Emerald #45D565
RGB
CMYK
RGB Variations
Color information
#45D565 (or 0x45D565) is known color: Emerald. HEX triplet: 45, D5 and 65. RGB value is (69,213,101). Sum of RGB (Red+Green+Blue) = 69+213+101=383 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.02% from 383); Green value is 213 (83.59% from 255 or 55.61% from 383); Blue value is 101 (39.84% from 255 or 26.37% from 383); Max value from RGB is 213 - color contains mainly: green. Hex color #45D565 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D565 is #BA2A9A. Grayscale: #9D9D9D. Windows color (decimal): -12200603 or 6673733. OLE color: 6673733.
HSL color Cylindrical-coordinate representation of color #45D565: hue angle of 133.33º 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 #45D565 is Cyan = 0.68, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 213 | 101 | - |
| CMYK | 0.68 | 0 | 0.53 | 0.16 |
| HSL | 133.33º | 0.63% | 0.55% | - |
| HSV(B) | 133.33º | 0.68% | 0.84% | - |
| XYZ | 28.6 | 49.79 | 20.42 | - |
| YUV | 157.18 | 96.29 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 213 | 101 | 0.68 | 0 | 0.53 | 0.16 | 133.33 | 0.63 | 0.55 |
| Hex | 45 | D5 | 65 | 44 | 0 | 35 | 10 | 85 | 3F | 37 |
| Octal | 105 | 325 | 145 | 104 | 0 | 65 | 20 | 205 | 77 | 67 |
| Binary | 1000101 | 11010101 | 1100101 | 1000100 | 0 | 110101 | 10000 | 10000101 | 111111 | 110111 |
Color Harmonies of #45D565
Complementary color
Monochromatic Colors of #45D565
Black with #45D565
Text Example
Text Example
White with #45D565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D565; }
p { color: rgb(69,213,101); }
H1.HeaderClassName
{
color: #45D565;
}
.AnyTagClassName
{
color: #45D565;
}
</style>
background-color css
<style>
a { background-color: #45D565; }
a { background-color: rgb(69,213,101); }
div.DivClassName
{
background-color: #45D565;
}
.BgClassName
{
background-color: #45D565;
}
</style>
border-color css
<style>
span { border-color: #45D565; }
span { border-color: rgb(69,213,101); }
td.TdClassName
{
border-color: #45D565;
}
.TagClassName
{
border-color: #45D565;
}
</style>