Shades of Emerald #45DF70
Tints of Emerald #45DF70
RGB
CMYK
RGB Variations
Color information
#45DF70 (or 0x45DF70) is known color: Emerald. HEX triplet: 45, DF and 70. RGB value is (69,223,112). Sum of RGB (Red+Green+Blue) = 69+223+112=404 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.08% from 404); Green value is 223 (87.5% from 255 or 55.20% from 404); Blue value is 112 (44.14% from 255 or 27.72% from 404); Max value from RGB is 223 - color contains mainly: green. Hex color #45DF70 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45DF70 is #BA208F. Grayscale: #A4A4A4. Windows color (decimal): -12198032 or 7397189. OLE color: 7397189.
HSL color Cylindrical-coordinate representation of color #45DF70: hue angle of 136.75º 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 #45DF70 is Cyan = 0.69, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 69 | 223 | 112 | - |
| CMYK | 0.69 | 0 | 0.50 | 0.13 |
| HSL | 136.75º | 0.71% | 0.57% | - |
| HSV(B) | 136.75º | 0.69% | 0.87% | - |
| XYZ | 31.77 | 55.21 | 24.31 | - |
| YUV | 164.3 | 98.48 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 223 | 112 | 0.69 | 0 | 0.50 | 0.13 | 136.75 | 0.71 | 0.57 |
| Hex | 45 | DF | 70 | 45 | 0 | 32 | D | 89 | 47 | 39 |
| Octal | 105 | 337 | 160 | 105 | 0 | 62 | 15 | 211 | 107 | 71 |
| Binary | 1000101 | 11011111 | 1110000 | 1000101 | 0 | 110010 | 1101 | 10001001 | 1000111 | 111001 |
Color Harmonies of #45DF70
Complementary color
Monochromatic Colors of #45DF70
Black with #45DF70
Text Example
Text Example
White with #45DF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45DF70; }
p { color: rgb(69,223,112); }
H1.HeaderClassName
{
color: #45DF70;
}
.AnyTagClassName
{
color: #45DF70;
}
</style>
background-color css
<style>
a { background-color: #45DF70; }
a { background-color: rgb(69,223,112); }
div.DivClassName
{
background-color: #45DF70;
}
.BgClassName
{
background-color: #45DF70;
}
</style>
border-color css
<style>
span { border-color: #45DF70; }
span { border-color: rgb(69,223,112); }
td.TdClassName
{
border-color: #45DF70;
}
.TagClassName
{
border-color: #45DF70;
}
</style>