Shades of Emerald #45C27F
Tints of Emerald #45C27F
RGB
CMYK
RGB Variations
Color information
#45C27F (or 0x45C27F) is known color: Emerald. HEX triplet: 45, C2 and 7F. RGB value is (69,194,127). Sum of RGB (Red+Green+Blue) = 69+194+127=390 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.69% from 390); Green value is 194 (76.17% from 255 or 49.74% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 194 - color contains mainly: green. Hex color #45C27F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C27F is #BA3D80. Grayscale: #959595. Windows color (decimal): -12205441 or 8372805. OLE color: 8372805.
HSL color Cylindrical-coordinate representation of color #45C27F: hue angle of 147.84º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C27F is Cyan = 0.64, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 194 | 127 | - |
| CMYK | 0.64 | 0 | 0.35 | 0.24 |
| HSL | 147.84º | 0.51% | 0.52% | - |
| HSV(B) | 147.84º | 0.64% | 0.76% | - |
| XYZ | 25.58 | 41.38 | 26.72 | - |
| YUV | 148.99 | 115.59 | 70.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 194 | 127 | 0.64 | 0 | 0.35 | 0.24 | 147.84 | 0.51 | 0.52 |
| Hex | 45 | C2 | 7F | 40 | 0 | 23 | 18 | 94 | 33 | 34 |
| Octal | 105 | 302 | 177 | 100 | 0 | 43 | 30 | 224 | 63 | 64 |
| Binary | 1000101 | 11000010 | 1111111 | 1000000 | 0 | 100011 | 11000 | 10010100 | 110011 | 110100 |
Color Harmonies of #45C27F
Complementary color
Monochromatic Colors of #45C27F
Black with #45C27F
Text Example
Text Example
White with #45C27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C27F; }
p { color: rgb(69,194,127); }
H1.HeaderClassName
{
color: #45C27F;
}
.AnyTagClassName
{
color: #45C27F;
}
</style>
background-color css
<style>
a { background-color: #45C27F; }
a { background-color: rgb(69,194,127); }
div.DivClassName
{
background-color: #45C27F;
}
.BgClassName
{
background-color: #45C27F;
}
</style>
border-color css
<style>
span { border-color: #45C27F; }
span { border-color: rgb(69,194,127); }
td.TdClassName
{
border-color: #45C27F;
}
.TagClassName
{
border-color: #45C27F;
}
</style>