Shades of Emerald #45E274
Tints of Emerald #45E274
RGB
CMYK
RGB Variations
Color information
#45E274 (or 0x45E274) is known color: Emerald. HEX triplet: 45, E2 and 74. RGB value is (69,226,116). Sum of RGB (Red+Green+Blue) = 69+226+116=411 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.79% from 411); Green value is 226 (88.67% from 255 or 54.99% from 411); Blue value is 116 (45.70% from 255 or 28.22% from 411); Max value from RGB is 226 - color contains mainly: green. Hex color #45E274 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E274 is #BA1D8B. Grayscale: #A6A6A6. Windows color (decimal): -12197260 or 7660101. OLE color: 7660101.
HSL color Cylindrical-coordinate representation of color #45E274: hue angle of 137.96º 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 #45E274 is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 226 | 116 | - |
| CMYK | 0.69 | 0 | 0.49 | 0.11 |
| HSL | 137.96º | 0.73% | 0.58% | - |
| HSV(B) | 137.96º | 0.69% | 0.89% | - |
| XYZ | 32.8 | 56.92 | 25.78 | - |
| YUV | 166.52 | 99.49 | 58.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 226 | 116 | 0.69 | 0 | 0.49 | 0.11 | 137.96 | 0.73 | 0.58 |
| Hex | 45 | E2 | 74 | 45 | 0 | 31 | B | 8A | 49 | 3A |
| Octal | 105 | 342 | 164 | 105 | 0 | 61 | 13 | 212 | 111 | 72 |
| Binary | 1000101 | 11100010 | 1110100 | 1000101 | 0 | 110001 | 1011 | 10001010 | 1001001 | 111010 |
Color Harmonies of #45E274
Complementary color
Monochromatic Colors of #45E274
Black with #45E274
Text Example
Text Example
White with #45E274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E274; }
p { color: rgb(69,226,116); }
H1.HeaderClassName
{
color: #45E274;
}
.AnyTagClassName
{
color: #45E274;
}
</style>
background-color css
<style>
a { background-color: #45E274; }
a { background-color: rgb(69,226,116); }
div.DivClassName
{
background-color: #45E274;
}
.BgClassName
{
background-color: #45E274;
}
</style>
border-color css
<style>
span { border-color: #45E274; }
span { border-color: rgb(69,226,116); }
td.TdClassName
{
border-color: #45E274;
}
.TagClassName
{
border-color: #45E274;
}
</style>