Shades of Emerald #45E166
Tints of Emerald #45E166
RGB
CMYK
RGB Variations
Color information
#45E166 (or 0x45E166) is known color: Emerald. HEX triplet: 45, E1 and 66. RGB value is (69,225,102). Sum of RGB (Red+Green+Blue) = 69+225+102=396 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.42% from 396); Green value is 225 (88.28% from 255 or 56.82% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 225 - color contains mainly: green. Hex color #45E166 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45E166 is #BA1E99. Grayscale: #A4A4A4. Windows color (decimal): -12197530 or 6742341. OLE color: 6742341.
HSL color Cylindrical-coordinate representation of color #45E166: hue angle of 132.69º 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 #45E166 is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 225 | 102 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.12 |
| HSL | 132.69º | 0.72% | 0.58% | - |
| HSV(B) | 132.69º | 0.69% | 0.88% | - |
| XYZ | 31.78 | 56.07 | 21.72 | - |
| YUV | 164.33 | 92.82 | 60 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 225 | 102 | 0.69 | 0 | 0.55 | 0.12 | 132.69 | 0.72 | 0.58 |
| Hex | 45 | E1 | 66 | 45 | 0 | 37 | C | 85 | 48 | 3A |
| Octal | 105 | 341 | 146 | 105 | 0 | 67 | 14 | 205 | 110 | 72 |
| Binary | 1000101 | 11100001 | 1100110 | 1000101 | 0 | 110111 | 1100 | 10000101 | 1001000 | 111010 |
Color Harmonies of #45E166
Complementary color
Monochromatic Colors of #45E166
Black with #45E166
Text Example
Text Example
White with #45E166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E166; }
p { color: rgb(69,225,102); }
H1.HeaderClassName
{
color: #45E166;
}
.AnyTagClassName
{
color: #45E166;
}
</style>
background-color css
<style>
a { background-color: #45E166; }
a { background-color: rgb(69,225,102); }
div.DivClassName
{
background-color: #45E166;
}
.BgClassName
{
background-color: #45E166;
}
</style>
border-color css
<style>
span { border-color: #45E166; }
span { border-color: rgb(69,225,102); }
td.TdClassName
{
border-color: #45E166;
}
.TagClassName
{
border-color: #45E166;
}
</style>