Shades of Emerald #45E565
Tints of Emerald #45E565
RGB
CMYK
RGB Variations
Color information
#45E565 (or 0x45E565) is known color: Emerald. HEX triplet: 45, E5 and 65. RGB value is (69,229,101). Sum of RGB (Red+Green+Blue) = 69+229+101=399 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.29% from 399); Green value is 229 (89.84% from 255 or 57.39% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 229 - color contains mainly: green. Hex color #45E565 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E565 is #BA1A9A. Grayscale: #A6A6A6. Windows color (decimal): -12196507 or 6677829. OLE color: 6677829.
HSL color Cylindrical-coordinate representation of color #45E565: hue angle of 132º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E565 is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 229 | 101 | - |
| CMYK | 0.70 | 0 | 0.56 | 0.10 |
| HSL | 132º | 0.75% | 0.58% | - |
| HSV(B) | 132º | 0.7% | 0.9% | - |
| XYZ | 32.82 | 58.24 | 21.82 | - |
| YUV | 166.57 | 90.99 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 229 | 101 | 0.70 | 0 | 0.56 | 0.10 | 132 | 0.75 | 0.58 |
| Hex | 45 | E5 | 65 | 46 | 0 | 38 | A | 84 | 4B | 3A |
| Octal | 105 | 345 | 145 | 106 | 0 | 70 | 12 | 204 | 113 | 72 |
| Binary | 1000101 | 11100101 | 1100101 | 1000110 | 0 | 111000 | 1010 | 10000100 | 1001011 | 111010 |
Color Harmonies of #45E565
Complementary color
Monochromatic Colors of #45E565
Black with #45E565
Text Example
Text Example
White with #45E565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E565; }
p { color: rgb(69,229,101); }
H1.HeaderClassName
{
color: #45E565;
}
.AnyTagClassName
{
color: #45E565;
}
</style>
background-color css
<style>
a { background-color: #45E565; }
a { background-color: rgb(69,229,101); }
div.DivClassName
{
background-color: #45E565;
}
.BgClassName
{
background-color: #45E565;
}
</style>
border-color css
<style>
span { border-color: #45E565; }
span { border-color: rgb(69,229,101); }
td.TdClassName
{
border-color: #45E565;
}
.TagClassName
{
border-color: #45E565;
}
</style>