Shades of Emerald #45DF7F
Tints of Emerald #45DF7F
RGB
CMYK
RGB Variations
Color information
#45DF7F (or 0x45DF7F) is known color: Emerald. HEX triplet: 45, DF and 7F. RGB value is (69,223,127). Sum of RGB (Red+Green+Blue) = 69+223+127=419 (55% of max value = 765). Red value is 69 (27.34% from 255 or 16.47% from 419); Green value is 223 (87.5% from 255 or 53.22% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 223 - color contains mainly: green. Hex color #45DF7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DF7F is #BA2080. Grayscale: #A6A6A6. Windows color (decimal): -12198017 or 8380229. OLE color: 8380229.
HSL color Cylindrical-coordinate representation of color #45DF7F: hue angle of 142.6º 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 #45DF7F is Cyan = 0.69, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 223 | 127 | - |
| CMYK | 0.69 | 0 | 0.43 | 0.13 |
| HSL | 142.6º | 0.71% | 0.57% | - |
| HSV(B) | 142.6º | 0.69% | 0.87% | - |
| XYZ | 32.67 | 55.57 | 29.08 | - |
| YUV | 166.01 | 105.98 | 58.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 223 | 127 | 0.69 | 0 | 0.43 | 0.13 | 142.6 | 0.71 | 0.57 |
| Hex | 45 | DF | 7F | 45 | 0 | 2B | D | 8F | 47 | 39 |
| Octal | 105 | 337 | 177 | 105 | 0 | 53 | 15 | 217 | 107 | 71 |
| Binary | 1000101 | 11011111 | 1111111 | 1000101 | 0 | 101011 | 1101 | 10001111 | 1000111 | 111001 |
Color Harmonies of #45DF7F
Complementary color
Monochromatic Colors of #45DF7F
Black with #45DF7F
Text Example
Text Example
White with #45DF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DF7F; }
p { color: rgb(69,223,127); }
H1.HeaderClassName
{
color: #45DF7F;
}
.AnyTagClassName
{
color: #45DF7F;
}
</style>
background-color css
<style>
a { background-color: #45DF7F; }
a { background-color: rgb(69,223,127); }
div.DivClassName
{
background-color: #45DF7F;
}
.BgClassName
{
background-color: #45DF7F;
}
</style>
border-color css
<style>
span { border-color: #45DF7F; }
span { border-color: rgb(69,223,127); }
td.TdClassName
{
border-color: #45DF7F;
}
.TagClassName
{
border-color: #45DF7F;
}
</style>