Shades of Emerald #45CA7B
Tints of Emerald #45CA7B
RGB
CMYK
RGB Variations
Color information
#45CA7B (or 0x45CA7B) is known color: Emerald. HEX triplet: 45, CA and 7B. RGB value is (69,202,123). Sum of RGB (Red+Green+Blue) = 69+202+123=394 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.51% from 394); Green value is 202 (79.30% from 255 or 51.27% from 394); Blue value is 123 (48.44% from 255 or 31.22% from 394); Max value from RGB is 202 - color contains mainly: green. Hex color #45CA7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CA7B is #BA3584. Grayscale: #999999. Windows color (decimal): -12203397 or 8112709. OLE color: 8112709.
HSL color Cylindrical-coordinate representation of color #45CA7B: hue angle of 144.36º 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 #45CA7B is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 69 | 202 | 123 | - |
| CMYK | 0.66 | 0 | 0.39 | 0.21 |
| HSL | 144.36º | 0.56% | 0.53% | - |
| HSV(B) | 144.36º | 0.66% | 0.79% | - |
| XYZ | 27.15 | 44.94 | 25.98 | - |
| YUV | 153.23 | 110.94 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 202 | 123 | 0.66 | 0 | 0.39 | 0.21 | 144.36 | 0.56 | 0.53 |
| Hex | 45 | CA | 7B | 42 | 0 | 27 | 15 | 90 | 38 | 35 |
| Octal | 105 | 312 | 173 | 102 | 0 | 47 | 25 | 220 | 70 | 65 |
| Binary | 1000101 | 11001010 | 1111011 | 1000010 | 0 | 100111 | 10101 | 10010000 | 111000 | 110101 |
Color Harmonies of #45CA7B
Complementary color
Monochromatic Colors of #45CA7B
Black with #45CA7B
Text Example
Text Example
White with #45CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CA7B; }
p { color: rgb(69,202,123); }
H1.HeaderClassName
{
color: #45CA7B;
}
.AnyTagClassName
{
color: #45CA7B;
}
</style>
background-color css
<style>
a { background-color: #45CA7B; }
a { background-color: rgb(69,202,123); }
div.DivClassName
{
background-color: #45CA7B;
}
.BgClassName
{
background-color: #45CA7B;
}
</style>
border-color css
<style>
span { border-color: #45CA7B; }
span { border-color: rgb(69,202,123); }
td.TdClassName
{
border-color: #45CA7B;
}
.TagClassName
{
border-color: #45CA7B;
}
</style>