Shades of Emerald #45E362
Tints of Emerald #45E362
RGB
CMYK
RGB Variations
Color information
#45E362 (or 0x45E362) is known color: Emerald. HEX triplet: 45, E3 and 62. RGB value is (69,227,98). Sum of RGB (Red+Green+Blue) = 69+227+98=394 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.51% from 394); Green value is 227 (89.06% from 255 or 57.61% from 394); Blue value is 98 (38.67% from 255 or 24.87% from 394); Max value from RGB is 227 - color contains mainly: green. Hex color #45E362 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E362 is #BA1C9D. Grayscale: #A5A5A5. Windows color (decimal): -12197022 or 6480709. OLE color: 6480709.
HSL color Cylindrical-coordinate representation of color #45E362: hue angle of 131.01º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E362 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 227 | 98 | - |
| CMYK | 0.70 | 0 | 0.57 | 0.11 |
| HSL | 131.01º | 0.74% | 0.58% | - |
| HSV(B) | 131.01º | 0.7% | 0.89% | - |
| XYZ | 32.13 | 57.09 | 20.88 | - |
| YUV | 165.05 | 90.15 | 59.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 227 | 98 | 0.70 | 0 | 0.57 | 0.11 | 131.01 | 0.74 | 0.58 |
| Hex | 45 | E3 | 62 | 46 | 0 | 39 | B | 83 | 4A | 3A |
| Octal | 105 | 343 | 142 | 106 | 0 | 71 | 13 | 203 | 112 | 72 |
| Binary | 1000101 | 11100011 | 1100010 | 1000110 | 0 | 111001 | 1011 | 10000011 | 1001010 | 111010 |
Color Harmonies of #45E362
Complementary color
Monochromatic Colors of #45E362
Black with #45E362
Text Example
Text Example
White with #45E362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E362; }
p { color: rgb(69,227,98); }
H1.HeaderClassName
{
color: #45E362;
}
.AnyTagClassName
{
color: #45E362;
}
</style>
background-color css
<style>
a { background-color: #45E362; }
a { background-color: rgb(69,227,98); }
div.DivClassName
{
background-color: #45E362;
}
.BgClassName
{
background-color: #45E362;
}
</style>
border-color css
<style>
span { border-color: #45E362; }
span { border-color: rgb(69,227,98); }
td.TdClassName
{
border-color: #45E362;
}
.TagClassName
{
border-color: #45E362;
}
</style>