Shades of Emerald #45CF7C
Tints of Emerald #45CF7C
RGB
CMYK
RGB Variations
Color information
#45CF7C (or 0x45CF7C) is known color: Emerald. HEX triplet: 45, CF and 7C. RGB value is (69,207,124). Sum of RGB (Red+Green+Blue) = 69+207+124=400 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.25% from 400); Green value is 207 (81.25% from 255 or 51.75% from 400); Blue value is 124 (48.83% from 255 or 31% from 400); Max value from RGB is 207 - color contains mainly: green. Hex color #45CF7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CF7C is #BA3083. Grayscale: #9C9C9C. Windows color (decimal): -12202116 or 8179525. OLE color: 8179525.
HSL color Cylindrical-coordinate representation of color #45CF7C: hue angle of 143.91º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45CF7C is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 207 | 124 | - |
| CMYK | 0.67 | 0 | 0.40 | 0.19 |
| HSL | 143.91º | 0.59% | 0.54% | - |
| HSV(B) | 143.91º | 0.67% | 0.81% | - |
| XYZ | 28.41 | 47.35 | 26.71 | - |
| YUV | 156.28 | 109.78 | 65.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 124 | 0.67 | 0 | 0.40 | 0.19 | 143.91 | 0.59 | 0.54 |
| Hex | 45 | CF | 7C | 43 | 0 | 28 | 13 | 90 | 3B | 36 |
| Octal | 105 | 317 | 174 | 103 | 0 | 50 | 23 | 220 | 73 | 66 |
| Binary | 1000101 | 11001111 | 1111100 | 1000011 | 0 | 101000 | 10011 | 10010000 | 111011 | 110110 |
Color Harmonies of #45CF7C
Complementary color
Monochromatic Colors of #45CF7C
Black with #45CF7C
Text Example
Text Example
White with #45CF7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CF7C; }
p { color: rgb(69,207,124); }
H1.HeaderClassName
{
color: #45CF7C;
}
.AnyTagClassName
{
color: #45CF7C;
}
</style>
background-color css
<style>
a { background-color: #45CF7C; }
a { background-color: rgb(69,207,124); }
div.DivClassName
{
background-color: #45CF7C;
}
.BgClassName
{
background-color: #45CF7C;
}
</style>
border-color css
<style>
span { border-color: #45CF7C; }
span { border-color: rgb(69,207,124); }
td.TdClassName
{
border-color: #45CF7C;
}
.TagClassName
{
border-color: #45CF7C;
}
</style>