Shades of Emerald #45CA5A
Tints of Emerald #45CA5A
RGB
CMYK
RGB Variations
Color information
#45CA5A (or 0x45CA5A) is known color: Emerald. HEX triplet: 45, CA and 5A. RGB value is (69,202,90). Sum of RGB (Red+Green+Blue) = 69+202+90=361 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.11% from 361); Green value is 202 (79.30% from 255 or 55.96% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 202 - color contains mainly: green. Hex color #45CA5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CA5A is #BA35A5. Grayscale: #959595. Windows color (decimal): -12203430 or 5950021. OLE color: 5950021.
HSL color Cylindrical-coordinate representation of color #45CA5A: hue angle of 129.47º 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 #45CA5A is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 202 | 90 | - |
| CMYK | 0.66 | 0 | 0.55 | 0.21 |
| HSL | 129.47º | 0.56% | 0.53% | - |
| HSV(B) | 129.47º | 0.66% | 0.79% | - |
| XYZ | 25.42 | 44.24 | 16.87 | - |
| YUV | 149.47 | 94.44 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 202 | 90 | 0.66 | 0 | 0.55 | 0.21 | 129.47 | 0.56 | 0.53 |
| Hex | 45 | CA | 5A | 42 | 0 | 37 | 15 | 81 | 38 | 35 |
| Octal | 105 | 312 | 132 | 102 | 0 | 67 | 25 | 201 | 70 | 65 |
| Binary | 1000101 | 11001010 | 1011010 | 1000010 | 0 | 110111 | 10101 | 10000001 | 111000 | 110101 |
Color Harmonies of #45CA5A
Complementary color
Monochromatic Colors of #45CA5A
Black with #45CA5A
Text Example
Text Example
White with #45CA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CA5A; }
p { color: rgb(69,202,90); }
H1.HeaderClassName
{
color: #45CA5A;
}
.AnyTagClassName
{
color: #45CA5A;
}
</style>
background-color css
<style>
a { background-color: #45CA5A; }
a { background-color: rgb(69,202,90); }
div.DivClassName
{
background-color: #45CA5A;
}
.BgClassName
{
background-color: #45CA5A;
}
</style>
border-color css
<style>
span { border-color: #45CA5A; }
span { border-color: rgb(69,202,90); }
td.TdClassName
{
border-color: #45CA5A;
}
.TagClassName
{
border-color: #45CA5A;
}
</style>