Shades of Emerald #45E365
Tints of Emerald #45E365
RGB
CMYK
RGB Variations
Color information
#45E365 (or 0x45E365) is known color: Emerald. HEX triplet: 45, E3 and 65. RGB value is (69,227,101). Sum of RGB (Red+Green+Blue) = 69+227+101=397 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.38% from 397); Green value is 227 (89.06% from 255 or 57.18% from 397); Blue value is 101 (39.84% from 255 or 25.44% from 397); Max value from RGB is 227 - color contains mainly: green. Hex color #45E365 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E365 is #BA1C9A. Grayscale: #A5A5A5. Windows color (decimal): -12197019 or 6677317. OLE color: 6677317.
HSL color Cylindrical-coordinate representation of color #45E365: hue angle of 132.15º 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 #45E365 is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 69 | 227 | 101 | - |
| CMYK | 0.70 | 0 | 0.56 | 0.11 |
| HSL | 132.15º | 0.74% | 0.58% | - |
| HSV(B) | 132.15º | 0.7% | 0.89% | - |
| XYZ | 32.27 | 57.14 | 21.64 | - |
| YUV | 165.39 | 91.65 | 59.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 227 | 101 | 0.70 | 0 | 0.56 | 0.11 | 132.15 | 0.74 | 0.58 |
| Hex | 45 | E3 | 65 | 46 | 0 | 38 | B | 84 | 4A | 3A |
| Octal | 105 | 343 | 145 | 106 | 0 | 70 | 13 | 204 | 112 | 72 |
| Binary | 1000101 | 11100011 | 1100101 | 1000110 | 0 | 111000 | 1011 | 10000100 | 1001010 | 111010 |
Color Harmonies of #45E365
Complementary color
Monochromatic Colors of #45E365
Black with #45E365
Text Example
Text Example
White with #45E365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E365; }
p { color: rgb(69,227,101); }
H1.HeaderClassName
{
color: #45E365;
}
.AnyTagClassName
{
color: #45E365;
}
</style>
background-color css
<style>
a { background-color: #45E365; }
a { background-color: rgb(69,227,101); }
div.DivClassName
{
background-color: #45E365;
}
.BgClassName
{
background-color: #45E365;
}
</style>
border-color css
<style>
span { border-color: #45E365; }
span { border-color: rgb(69,227,101); }
td.TdClassName
{
border-color: #45E365;
}
.TagClassName
{
border-color: #45E365;
}
</style>