Shades of Emerald #45E666
Tints of Emerald #45E666
RGB
CMYK
RGB Variations
Color information
#45E666 (or 0x45E666) is known color: Emerald. HEX triplet: 45, E6 and 66. RGB value is (69,230,102). Sum of RGB (Red+Green+Blue) = 69+230+102=401 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.21% from 401); Green value is 230 (90.23% from 255 or 57.36% from 401); Blue value is 102 (40.23% from 255 or 25.44% from 401); Max value from RGB is 230 - color contains mainly: green. Hex color #45E666 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45E666 is #BA1999. Grayscale: #A7A7A7. Windows color (decimal): -12196250 or 6743621. OLE color: 6743621.
HSL color Cylindrical-coordinate representation of color #45E666: hue angle of 132.3º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E666 is Cyan = 0.7, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 69 | 230 | 102 | - |
| CMYK | 0.7 | 0 | 0.56 | 0.10 |
| HSL | 132.3º | 0.76% | 0.59% | - |
| HSV(B) | 132.3º | 0.7% | 0.9% | - |
| XYZ | 33.15 | 58.82 | 22.18 | - |
| YUV | 167.27 | 91.16 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 230 | 102 | 0.7 | 0 | 0.56 | 0.10 | 132.3 | 0.76 | 0.59 |
| Hex | 45 | E6 | 66 | 46 | 0 | 38 | A | 84 | 4C | 3B |
| Octal | 105 | 346 | 146 | 106 | 0 | 70 | 12 | 204 | 114 | 73 |
| Binary | 1000101 | 11100110 | 1100110 | 1000110 | 0 | 111000 | 1010 | 10000100 | 1001100 | 111011 |
Color Harmonies of #45E666
Complementary color
Monochromatic Colors of #45E666
Black with #45E666
Text Example
Text Example
White with #45E666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E666; }
p { color: rgb(69,230,102); }
H1.HeaderClassName
{
color: #45E666;
}
.AnyTagClassName
{
color: #45E666;
}
</style>
background-color css
<style>
a { background-color: #45E666; }
a { background-color: rgb(69,230,102); }
div.DivClassName
{
background-color: #45E666;
}
.BgClassName
{
background-color: #45E666;
}
</style>
border-color css
<style>
span { border-color: #45E666; }
span { border-color: rgb(69,230,102); }
td.TdClassName
{
border-color: #45E666;
}
.TagClassName
{
border-color: #45E666;
}
</style>