Shades of Emerald #45E183
Tints of Emerald #45E183
RGB
CMYK
RGB Variations
Color information
#45E183 (or 0x45E183) is known color: Emerald. HEX triplet: 45, E1 and 83. RGB value is (69,225,131). Sum of RGB (Red+Green+Blue) = 69+225+131=425 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.24% from 425); Green value is 225 (88.28% from 255 or 52.94% from 425); Blue value is 131 (51.56% from 255 or 30.82% from 425); Max value from RGB is 225 - color contains mainly: green. Hex color #45E183 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45E183 is #BA1E7C. Grayscale: #A7A7A7. Windows color (decimal): -12197501 or 8642885. OLE color: 8642885.
HSL color Cylindrical-coordinate representation of color #45E183: hue angle of 143.85º 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 #45E183 is Cyan = 0.69, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 225 | 131 | - |
| CMYK | 0.69 | 0 | 0.42 | 0.12 |
| HSL | 143.85º | 0.72% | 0.58% | - |
| HSV(B) | 143.85º | 0.69% | 0.88% | - |
| XYZ | 33.48 | 56.75 | 30.66 | - |
| YUV | 167.64 | 107.32 | 57.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 225 | 131 | 0.69 | 0 | 0.42 | 0.12 | 143.85 | 0.72 | 0.58 |
| Hex | 45 | E1 | 83 | 45 | 0 | 2A | C | 90 | 48 | 3A |
| Octal | 105 | 341 | 203 | 105 | 0 | 52 | 14 | 220 | 110 | 72 |
| Binary | 1000101 | 11100001 | 10000011 | 1000101 | 0 | 101010 | 1100 | 10010000 | 1001000 | 111010 |
Color Harmonies of #45E183
Complementary color
Monochromatic Colors of #45E183
Black with #45E183
Text Example
Text Example
White with #45E183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E183; }
p { color: rgb(69,225,131); }
H1.HeaderClassName
{
color: #45E183;
}
.AnyTagClassName
{
color: #45E183;
}
</style>
background-color css
<style>
a { background-color: #45E183; }
a { background-color: rgb(69,225,131); }
div.DivClassName
{
background-color: #45E183;
}
.BgClassName
{
background-color: #45E183;
}
</style>
border-color css
<style>
span { border-color: #45E183; }
span { border-color: rgb(69,225,131); }
td.TdClassName
{
border-color: #45E183;
}
.TagClassName
{
border-color: #45E183;
}
</style>