Shades of Emerald #45D05C
Tints of Emerald #45D05C
RGB
CMYK
RGB Variations
Color information
#45D05C (or 0x45D05C) is known color: Emerald. HEX triplet: 45, D0 and 5C. RGB value is (69,208,92). Sum of RGB (Red+Green+Blue) = 69+208+92=369 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.70% from 369); Green value is 208 (81.64% from 255 or 56.37% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 208 - color contains mainly: green. Hex color #45D05C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45D05C is #BA2FA3. Grayscale: #999999. Windows color (decimal): -12201892 or 6082629. OLE color: 6082629.
HSL color Cylindrical-coordinate representation of color #45D05C: hue angle of 129.93º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45D05C is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 69 | 208 | 92 | - |
| CMYK | 0.67 | 0 | 0.56 | 0.18 |
| HSL | 129.93º | 0.6% | 0.54% | - |
| HSV(B) | 129.93º | 0.67% | 0.82% | - |
| XYZ | 26.94 | 47.15 | 17.81 | - |
| YUV | 153.22 | 93.45 | 67.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 208 | 92 | 0.67 | 0 | 0.56 | 0.18 | 129.93 | 0.6 | 0.54 |
| Hex | 45 | D0 | 5C | 43 | 0 | 38 | 12 | 82 | 3C | 36 |
| Octal | 105 | 320 | 134 | 103 | 0 | 70 | 22 | 202 | 74 | 66 |
| Binary | 1000101 | 11010000 | 1011100 | 1000011 | 0 | 111000 | 10010 | 10000010 | 111100 | 110110 |
Color Harmonies of #45D05C
Complementary color
Monochromatic Colors of #45D05C
Black with #45D05C
Text Example
Text Example
White with #45D05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45D05C; }
p { color: rgb(69,208,92); }
H1.HeaderClassName
{
color: #45D05C;
}
.AnyTagClassName
{
color: #45D05C;
}
</style>
background-color css
<style>
a { background-color: #45D05C; }
a { background-color: rgb(69,208,92); }
div.DivClassName
{
background-color: #45D05C;
}
.BgClassName
{
background-color: #45D05C;
}
</style>
border-color css
<style>
span { border-color: #45D05C; }
span { border-color: rgb(69,208,92); }
td.TdClassName
{
border-color: #45D05C;
}
.TagClassName
{
border-color: #45D05C;
}
</style>