Shades of Emerald #45E26C
Tints of Emerald #45E26C
RGB
CMYK
RGB Variations
Color information
#45E26C (or 0x45E26C) is known color: Emerald. HEX triplet: 45, E2 and 6C. RGB value is (69,226,108). Sum of RGB (Red+Green+Blue) = 69+226+108=403 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.12% from 403); Green value is 226 (88.67% from 255 or 56.08% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 226 - color contains mainly: green. Hex color #45E26C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E26C is #BA1D93. Grayscale: #A5A5A5. Windows color (decimal): -12197268 or 7135813. OLE color: 7135813.
HSL color Cylindrical-coordinate representation of color #45E26C: hue angle of 134.9º 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 #45E26C is Cyan = 0.69, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 226 | 108 | - |
| CMYK | 0.69 | 0 | 0.52 | 0.11 |
| HSL | 134.9º | 0.73% | 0.58% | - |
| HSV(B) | 134.9º | 0.69% | 0.89% | - |
| XYZ | 32.36 | 56.74 | 23.43 | - |
| YUV | 165.61 | 95.49 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 226 | 108 | 0.69 | 0 | 0.52 | 0.11 | 134.9 | 0.73 | 0.58 |
| Hex | 45 | E2 | 6C | 45 | 0 | 34 | B | 87 | 49 | 3A |
| Octal | 105 | 342 | 154 | 105 | 0 | 64 | 13 | 207 | 111 | 72 |
| Binary | 1000101 | 11100010 | 1101100 | 1000101 | 0 | 110100 | 1011 | 10000111 | 1001001 | 111010 |
Color Harmonies of #45E26C
Complementary color
Monochromatic Colors of #45E26C
Black with #45E26C
Text Example
Text Example
White with #45E26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E26C; }
p { color: rgb(69,226,108); }
H1.HeaderClassName
{
color: #45E26C;
}
.AnyTagClassName
{
color: #45E26C;
}
</style>
background-color css
<style>
a { background-color: #45E26C; }
a { background-color: rgb(69,226,108); }
div.DivClassName
{
background-color: #45E26C;
}
.BgClassName
{
background-color: #45E26C;
}
</style>
border-color css
<style>
span { border-color: #45E26C; }
span { border-color: rgb(69,226,108); }
td.TdClassName
{
border-color: #45E26C;
}
.TagClassName
{
border-color: #45E26C;
}
</style>