Shades of Emerald #45CA7C
Tints of Emerald #45CA7C
RGB
CMYK
RGB Variations
Color information
#45CA7C (or 0x45CA7C) is known color: Emerald. HEX triplet: 45, CA and 7C. RGB value is (69,202,124). Sum of RGB (Red+Green+Blue) = 69+202+124=395 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.47% from 395); Green value is 202 (79.30% from 255 or 51.14% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 202 - color contains mainly: green. Hex color #45CA7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CA7C is #BA3583. Grayscale: #999999. Windows color (decimal): -12203396 or 8178245. OLE color: 8178245.
HSL color Cylindrical-coordinate representation of color #45CA7C: hue angle of 144.81º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CA7C is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 202 | 124 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.21 |
| HSL | 144.81º | 0.56% | 0.53% | - |
| HSV(B) | 144.81º | 0.66% | 0.79% | - |
| XYZ | 27.21 | 44.96 | 26.31 | - |
| YUV | 153.34 | 111.44 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 202 | 124 | 0.66 | 0 | 0.39 | 0.21 | 144.81 | 0.56 | 0.53 |
| Hex | 45 | CA | 7C | 42 | 0 | 27 | 15 | 91 | 38 | 35 |
| Octal | 105 | 312 | 174 | 102 | 0 | 47 | 25 | 221 | 70 | 65 |
| Binary | 1000101 | 11001010 | 1111100 | 1000010 | 0 | 100111 | 10101 | 10010001 | 111000 | 110101 |
Color Harmonies of #45CA7C
Complementary color
Monochromatic Colors of #45CA7C
Black with #45CA7C
Text Example
Text Example
White with #45CA7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CA7C; }
p { color: rgb(69,202,124); }
H1.HeaderClassName
{
color: #45CA7C;
}
.AnyTagClassName
{
color: #45CA7C;
}
</style>
background-color css
<style>
a { background-color: #45CA7C; }
a { background-color: rgb(69,202,124); }
div.DivClassName
{
background-color: #45CA7C;
}
.BgClassName
{
background-color: #45CA7C;
}
</style>
border-color css
<style>
span { border-color: #45CA7C; }
span { border-color: rgb(69,202,124); }
td.TdClassName
{
border-color: #45CA7C;
}
.TagClassName
{
border-color: #45CA7C;
}
</style>