Shades of Emerald #45CA76
Tints of Emerald #45CA76
RGB
CMYK
RGB Variations
Color information
#45CA76 (or 0x45CA76) is known color: Emerald. HEX triplet: 45, CA and 76. RGB value is (69,202,118). Sum of RGB (Red+Green+Blue) = 69+202+118=389 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.74% from 389); Green value is 202 (79.30% from 255 or 51.93% from 389); Blue value is 118 (46.48% from 255 or 30.33% from 389); Max value from RGB is 202 - color contains mainly: green. Hex color #45CA76 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CA76 is #BA3589. Grayscale: #989898. Windows color (decimal): -12203402 or 7785029. OLE color: 7785029.
HSL color Cylindrical-coordinate representation of color #45CA76: hue angle of 142.11º 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 #45CA76 is Cyan = 0.66, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 202 | 118 | - |
| CMYK | 0.66 | 0 | 0.42 | 0.21 |
| HSL | 142.11º | 0.56% | 0.53% | - |
| HSV(B) | 142.11º | 0.66% | 0.79% | - |
| XYZ | 26.84 | 44.81 | 24.37 | - |
| YUV | 152.66 | 108.44 | 68.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 202 | 118 | 0.66 | 0 | 0.42 | 0.21 | 142.11 | 0.56 | 0.53 |
| Hex | 45 | CA | 76 | 42 | 0 | 2A | 15 | 8E | 38 | 35 |
| Octal | 105 | 312 | 166 | 102 | 0 | 52 | 25 | 216 | 70 | 65 |
| Binary | 1000101 | 11001010 | 1110110 | 1000010 | 0 | 101010 | 10101 | 10001110 | 111000 | 110101 |
Color Harmonies of #45CA76
Complementary color
Monochromatic Colors of #45CA76
Black with #45CA76
Text Example
Text Example
White with #45CA76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CA76; }
p { color: rgb(69,202,118); }
H1.HeaderClassName
{
color: #45CA76;
}
.AnyTagClassName
{
color: #45CA76;
}
</style>
background-color css
<style>
a { background-color: #45CA76; }
a { background-color: rgb(69,202,118); }
div.DivClassName
{
background-color: #45CA76;
}
.BgClassName
{
background-color: #45CA76;
}
</style>
border-color css
<style>
span { border-color: #45CA76; }
span { border-color: rgb(69,202,118); }
td.TdClassName
{
border-color: #45CA76;
}
.TagClassName
{
border-color: #45CA76;
}
</style>