Shades of Emerald #45CA5E
Tints of Emerald #45CA5E
RGB
CMYK
RGB Variations
Color information
#45CA5E (or 0x45CA5E) is known color: Emerald. HEX triplet: 45, CA and 5E. RGB value is (69,202,94). Sum of RGB (Red+Green+Blue) = 69+202+94=365 (48% of max value = 765). Red value is 69 (27.34% from 255 or 18.90% from 365); Green value is 202 (79.30% from 255 or 55.34% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 202 - color contains mainly: green. Hex color #45CA5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CA5E is #BA35A1. Grayscale: #969696. Windows color (decimal): -12203426 or 6212165. OLE color: 6212165.
HSL color Cylindrical-coordinate representation of color #45CA5E: hue angle of 131.28º 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 #45CA5E is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 202 | 94 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.21 |
| HSL | 131.28º | 0.56% | 0.53% | - |
| HSV(B) | 131.28º | 0.66% | 0.79% | - |
| XYZ | 25.6 | 44.31 | 17.79 | - |
| YUV | 149.92 | 96.44 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 202 | 94 | 0.66 | 0 | 0.53 | 0.21 | 131.28 | 0.56 | 0.53 |
| Hex | 45 | CA | 5E | 42 | 0 | 35 | 15 | 83 | 38 | 35 |
| Octal | 105 | 312 | 136 | 102 | 0 | 65 | 25 | 203 | 70 | 65 |
| Binary | 1000101 | 11001010 | 1011110 | 1000010 | 0 | 110101 | 10101 | 10000011 | 111000 | 110101 |
Color Harmonies of #45CA5E
Complementary color
Monochromatic Colors of #45CA5E
Black with #45CA5E
Text Example
Text Example
White with #45CA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CA5E; }
p { color: rgb(69,202,94); }
H1.HeaderClassName
{
color: #45CA5E;
}
.AnyTagClassName
{
color: #45CA5E;
}
</style>
background-color css
<style>
a { background-color: #45CA5E; }
a { background-color: rgb(69,202,94); }
div.DivClassName
{
background-color: #45CA5E;
}
.BgClassName
{
background-color: #45CA5E;
}
</style>
border-color css
<style>
span { border-color: #45CA5E; }
span { border-color: rgb(69,202,94); }
td.TdClassName
{
border-color: #45CA5E;
}
.TagClassName
{
border-color: #45CA5E;
}
</style>