Shades of Emerald #45E26E
Tints of Emerald #45E26E
RGB
CMYK
RGB Variations
Color information
#45E26E (or 0x45E26E) is known color: Emerald. HEX triplet: 45, E2 and 6E. RGB value is (69,226,110). Sum of RGB (Red+Green+Blue) = 69+226+110=405 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.04% from 405); Green value is 226 (88.67% from 255 or 55.80% from 405); Blue value is 110 (43.36% from 255 or 27.16% from 405); Max value from RGB is 226 - color contains mainly: green. Hex color #45E26E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E26E is #BA1D91. Grayscale: #A6A6A6. Windows color (decimal): -12197266 or 7266885. OLE color: 7266885.
HSL color Cylindrical-coordinate representation of color #45E26E: hue angle of 135.67º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45E26E is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 226 | 110 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.11 |
| HSL | 135.67º | 0.73% | 0.58% | - |
| HSV(B) | 135.67º | 0.69% | 0.89% | - |
| XYZ | 32.47 | 56.78 | 24 | - |
| YUV | 165.83 | 96.49 | 58.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 226 | 110 | 0.69 | 0 | 0.51 | 0.11 | 135.67 | 0.73 | 0.58 |
| Hex | 45 | E2 | 6E | 45 | 0 | 33 | B | 88 | 49 | 3A |
| Octal | 105 | 342 | 156 | 105 | 0 | 63 | 13 | 210 | 111 | 72 |
| Binary | 1000101 | 11100010 | 1101110 | 1000101 | 0 | 110011 | 1011 | 10001000 | 1001001 | 111010 |
Color Harmonies of #45E26E
Complementary color
Monochromatic Colors of #45E26E
Black with #45E26E
Text Example
Text Example
White with #45E26E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E26E; }
p { color: rgb(69,226,110); }
H1.HeaderClassName
{
color: #45E26E;
}
.AnyTagClassName
{
color: #45E26E;
}
</style>
background-color css
<style>
a { background-color: #45E26E; }
a { background-color: rgb(69,226,110); }
div.DivClassName
{
background-color: #45E26E;
}
.BgClassName
{
background-color: #45E26E;
}
</style>
border-color css
<style>
span { border-color: #45E26E; }
span { border-color: rgb(69,226,110); }
td.TdClassName
{
border-color: #45E26E;
}
.TagClassName
{
border-color: #45E26E;
}
</style>