Shades of Emerald #45D975
Tints of Emerald #45D975
RGB
CMYK
RGB Variations
Color information
#45D975 (or 0x45D975) is known color: Emerald. HEX triplet: 45, D9 and 75. RGB value is (69,217,117). Sum of RGB (Red+Green+Blue) = 69+217+117=403 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.12% from 403); Green value is 217 (85.16% from 255 or 53.85% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 217 - color contains mainly: green. Hex color #45D975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D975 is #BA268A. Grayscale: #A1A1A1. Windows color (decimal): -12199563 or 7723333. OLE color: 7723333.
HSL color Cylindrical-coordinate representation of color #45D975: hue angle of 139.46º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D975 is Cyan = 0.68, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 69 | 217 | 117 | - |
| CMYK | 0.68 | 0 | 0.46 | 0.15 |
| HSL | 139.46º | 0.66% | 0.56% | - |
| HSV(B) | 139.46º | 0.68% | 0.85% | - |
| XYZ | 30.48 | 52.18 | 25.29 | - |
| YUV | 161.35 | 102.97 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 217 | 117 | 0.68 | 0 | 0.46 | 0.15 | 139.46 | 0.66 | 0.56 |
| Hex | 45 | D9 | 75 | 44 | 0 | 2E | F | 8B | 42 | 38 |
| Octal | 105 | 331 | 165 | 104 | 0 | 56 | 17 | 213 | 102 | 70 |
| Binary | 1000101 | 11011001 | 1110101 | 1000100 | 0 | 101110 | 1111 | 10001011 | 1000010 | 111000 |
Color Harmonies of #45D975
Complementary color
Monochromatic Colors of #45D975
Black with #45D975
Text Example
Text Example
White with #45D975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D975; }
p { color: rgb(69,217,117); }
H1.HeaderClassName
{
color: #45D975;
}
.AnyTagClassName
{
color: #45D975;
}
</style>
background-color css
<style>
a { background-color: #45D975; }
a { background-color: rgb(69,217,117); }
div.DivClassName
{
background-color: #45D975;
}
.BgClassName
{
background-color: #45D975;
}
</style>
border-color css
<style>
span { border-color: #45D975; }
span { border-color: rgb(69,217,117); }
td.TdClassName
{
border-color: #45D975;
}
.TagClassName
{
border-color: #45D975;
}
</style>