Shades of Emerald #45E181
Tints of Emerald #45E181
RGB
CMYK
RGB Variations
Color information
#45E181 (or 0x45E181) is known color: Emerald. HEX triplet: 45, E1 and 81. RGB value is (69,225,129). Sum of RGB (Red+Green+Blue) = 69+225+129=423 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.31% from 423); Green value is 225 (88.28% from 255 or 53.19% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 225 - color contains mainly: green. Hex color #45E181 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45E181 is #BA1E7E. Grayscale: #A7A7A7. Windows color (decimal): -12197503 or 8511813. OLE color: 8511813.
HSL color Cylindrical-coordinate representation of color #45E181: hue angle of 143.08º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45E181 is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 225 | 129 | - |
| CMYK | 0.69 | 0 | 0.43 | 0.12 |
| HSL | 143.08º | 0.72% | 0.58% | - |
| HSV(B) | 143.08º | 0.69% | 0.88% | - |
| XYZ | 33.34 | 56.7 | 29.96 | - |
| YUV | 167.41 | 106.32 | 57.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 225 | 129 | 0.69 | 0 | 0.43 | 0.12 | 143.08 | 0.72 | 0.58 |
| Hex | 45 | E1 | 81 | 45 | 0 | 2B | C | 8F | 48 | 3A |
| Octal | 105 | 341 | 201 | 105 | 0 | 53 | 14 | 217 | 110 | 72 |
| Binary | 1000101 | 11100001 | 10000001 | 1000101 | 0 | 101011 | 1100 | 10001111 | 1001000 | 111010 |
Color Harmonies of #45E181
Complementary color
Monochromatic Colors of #45E181
Black with #45E181
Text Example
Text Example
White with #45E181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E181; }
p { color: rgb(69,225,129); }
H1.HeaderClassName
{
color: #45E181;
}
.AnyTagClassName
{
color: #45E181;
}
</style>
background-color css
<style>
a { background-color: #45E181; }
a { background-color: rgb(69,225,129); }
div.DivClassName
{
background-color: #45E181;
}
.BgClassName
{
background-color: #45E181;
}
</style>
border-color css
<style>
span { border-color: #45E181; }
span { border-color: rgb(69,225,129); }
td.TdClassName
{
border-color: #45E181;
}
.TagClassName
{
border-color: #45E181;
}
</style>