Shades of Emerald #45DF7B
Tints of Emerald #45DF7B
RGB
CMYK
RGB Variations
Color information
#45DF7B (or 0x45DF7B) is known color: Emerald. HEX triplet: 45, DF and 7B. RGB value is (69,223,123). Sum of RGB (Red+Green+Blue) = 69+223+123=415 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.63% from 415); Green value is 223 (87.5% from 255 or 53.73% from 415); Blue value is 123 (48.44% from 255 or 29.64% from 415); Max value from RGB is 223 - color contains mainly: green. Hex color #45DF7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DF7B is #BA2084. Grayscale: #A5A5A5. Windows color (decimal): -12198021 or 8118085. OLE color: 8118085.
HSL color Cylindrical-coordinate representation of color #45DF7B: hue angle of 141.04º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45DF7B is Cyan = 0.69, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 223 | 123 | - |
| CMYK | 0.69 | 0 | 0.45 | 0.13 |
| HSL | 141.04º | 0.71% | 0.57% | - |
| HSV(B) | 141.04º | 0.69% | 0.87% | - |
| XYZ | 32.42 | 55.47 | 27.74 | - |
| YUV | 165.55 | 103.98 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 223 | 123 | 0.69 | 0 | 0.45 | 0.13 | 141.04 | 0.71 | 0.57 |
| Hex | 45 | DF | 7B | 45 | 0 | 2D | D | 8D | 47 | 39 |
| Octal | 105 | 337 | 173 | 105 | 0 | 55 | 15 | 215 | 107 | 71 |
| Binary | 1000101 | 11011111 | 1111011 | 1000101 | 0 | 101101 | 1101 | 10001101 | 1000111 | 111001 |
Color Harmonies of #45DF7B
Complementary color
Monochromatic Colors of #45DF7B
Black with #45DF7B
Text Example
Text Example
White with #45DF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DF7B; }
p { color: rgb(69,223,123); }
H1.HeaderClassName
{
color: #45DF7B;
}
.AnyTagClassName
{
color: #45DF7B;
}
</style>
background-color css
<style>
a { background-color: #45DF7B; }
a { background-color: rgb(69,223,123); }
div.DivClassName
{
background-color: #45DF7B;
}
.BgClassName
{
background-color: #45DF7B;
}
</style>
border-color css
<style>
span { border-color: #45DF7B; }
span { border-color: rgb(69,223,123); }
td.TdClassName
{
border-color: #45DF7B;
}
.TagClassName
{
border-color: #45DF7B;
}
</style>