Shades of Emerald #45F27C
Tints of Emerald #45F27C
RGB
CMYK
RGB Variations
Color information
#45F27C (or 0x45F27C) is known color: Emerald. HEX triplet: 45, F2 and 7C. RGB value is (69,242,124). Sum of RGB (Red+Green+Blue) = 69+242+124=435 (57% of max value = 765). Red value is 69 (27.34% from 255 or 15.86% from 435); Green value is 242 (94.92% from 255 or 55.63% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 242 - color contains mainly: green. Hex color #45F27C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45F27C is #BA0D83. Grayscale: #B1B1B1. Windows color (decimal): -12193156 or 8188485. OLE color: 8188485.
HSL color Cylindrical-coordinate representation of color #45F27C: hue angle of 139.08º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45F27C is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 69 | 242 | 124 | - |
| CMYK | 0.71 | 0 | 0.49 | 0.05 |
| HSL | 139.08º | 0.87% | 0.61% | - |
| HSV(B) | 139.08º | 0.71% | 0.95% | - |
| XYZ | 37.84 | 66.22 | 29.86 | - |
| YUV | 176.82 | 98.19 | 51.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 242 | 124 | 0.71 | 0 | 0.49 | 0.05 | 139.08 | 0.87 | 0.61 |
| Hex | 45 | F2 | 7C | 47 | 0 | 31 | 5 | 8B | 57 | 3D |
| Octal | 105 | 362 | 174 | 107 | 0 | 61 | 5 | 213 | 127 | 75 |
| Binary | 1000101 | 11110010 | 1111100 | 1000111 | 0 | 110001 | 101 | 10001011 | 1010111 | 111101 |
Color Harmonies of #45F27C
Complementary color
Monochromatic Colors of #45F27C
Black with #45F27C
Text Example
Text Example
White with #45F27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F27C; }
p { color: rgb(69,242,124); }
H1.HeaderClassName
{
color: #45F27C;
}
.AnyTagClassName
{
color: #45F27C;
}
</style>
background-color css
<style>
a { background-color: #45F27C; }
a { background-color: rgb(69,242,124); }
div.DivClassName
{
background-color: #45F27C;
}
.BgClassName
{
background-color: #45F27C;
}
</style>
border-color css
<style>
span { border-color: #45F27C; }
span { border-color: rgb(69,242,124); }
td.TdClassName
{
border-color: #45F27C;
}
.TagClassName
{
border-color: #45F27C;
}
</style>