Shades of Emerald #45D77B
Tints of Emerald #45D77B
RGB
CMYK
RGB Variations
Color information
#45D77B (or 0x45D77B) is known color: Emerald. HEX triplet: 45, D7 and 7B. RGB value is (69,215,123). Sum of RGB (Red+Green+Blue) = 69+215+123=407 (53% of max value = 765). Red value is 69 (27.34% from 255 or 16.95% from 407); Green value is 215 (84.38% from 255 or 52.83% from 407); Blue value is 123 (48.44% from 255 or 30.22% from 407); Max value from RGB is 215 - color contains mainly: green. Hex color #45D77B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D77B is #BA2884. Grayscale: #A1A1A1. Windows color (decimal): -12200069 or 8116037. OLE color: 8116037.
HSL color Cylindrical-coordinate representation of color #45D77B: hue angle of 142.19º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D77B is Cyan = 0.68, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 69 | 215 | 123 | - |
| CMYK | 0.68 | 0 | 0.43 | 0.16 |
| HSL | 142.19º | 0.65% | 0.56% | - |
| HSV(B) | 142.19º | 0.68% | 0.84% | - |
| XYZ | 30.33 | 51.3 | 27.04 | - |
| YUV | 160.86 | 106.63 | 62.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 215 | 123 | 0.68 | 0 | 0.43 | 0.16 | 142.19 | 0.65 | 0.56 |
| Hex | 45 | D7 | 7B | 44 | 0 | 2B | 10 | 8E | 41 | 38 |
| Octal | 105 | 327 | 173 | 104 | 0 | 53 | 20 | 216 | 101 | 70 |
| Binary | 1000101 | 11010111 | 1111011 | 1000100 | 0 | 101011 | 10000 | 10001110 | 1000001 | 111000 |
Color Harmonies of #45D77B
Complementary color
Monochromatic Colors of #45D77B
Black with #45D77B
Text Example
Text Example
White with #45D77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D77B; }
p { color: rgb(69,215,123); }
H1.HeaderClassName
{
color: #45D77B;
}
.AnyTagClassName
{
color: #45D77B;
}
</style>
background-color css
<style>
a { background-color: #45D77B; }
a { background-color: rgb(69,215,123); }
div.DivClassName
{
background-color: #45D77B;
}
.BgClassName
{
background-color: #45D77B;
}
</style>
border-color css
<style>
span { border-color: #45D77B; }
span { border-color: rgb(69,215,123); }
td.TdClassName
{
border-color: #45D77B;
}
.TagClassName
{
border-color: #45D77B;
}
</style>