Shades of Emerald #45CA6B
Tints of Emerald #45CA6B
RGB
CMYK
RGB Variations
Color information
#45CA6B (or 0x45CA6B) is known color: Emerald. HEX triplet: 45, CA and 6B. RGB value is (69,202,107). Sum of RGB (Red+Green+Blue) = 69+202+107=378 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.25% from 378); Green value is 202 (79.30% from 255 or 53.44% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 202 - color contains mainly: green. Hex color #45CA6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CA6B is #BA3594. Grayscale: #979797. Windows color (decimal): -12203413 or 7064133. OLE color: 7064133.
HSL color Cylindrical-coordinate representation of color #45CA6B: hue angle of 137.14º 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 #45CA6B is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 202 | 107 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.21 |
| HSL | 137.14º | 0.56% | 0.53% | - |
| HSV(B) | 137.14º | 0.66% | 0.79% | - |
| XYZ | 26.23 | 44.57 | 21.13 | - |
| YUV | 151.4 | 102.94 | 69.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 202 | 107 | 0.66 | 0 | 0.47 | 0.21 | 137.14 | 0.56 | 0.53 |
| Hex | 45 | CA | 6B | 42 | 0 | 2F | 15 | 89 | 38 | 35 |
| Octal | 105 | 312 | 153 | 102 | 0 | 57 | 25 | 211 | 70 | 65 |
| Binary | 1000101 | 11001010 | 1101011 | 1000010 | 0 | 101111 | 10101 | 10001001 | 111000 | 110101 |
Color Harmonies of #45CA6B
Complementary color
Monochromatic Colors of #45CA6B
Black with #45CA6B
Text Example
Text Example
White with #45CA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CA6B; }
p { color: rgb(69,202,107); }
H1.HeaderClassName
{
color: #45CA6B;
}
.AnyTagClassName
{
color: #45CA6B;
}
</style>
background-color css
<style>
a { background-color: #45CA6B; }
a { background-color: rgb(69,202,107); }
div.DivClassName
{
background-color: #45CA6B;
}
.BgClassName
{
background-color: #45CA6B;
}
</style>
border-color css
<style>
span { border-color: #45CA6B; }
span { border-color: rgb(69,202,107); }
td.TdClassName
{
border-color: #45CA6B;
}
.TagClassName
{
border-color: #45CA6B;
}
</style>