Shades of Emerald #45C16F
Tints of Emerald #45C16F
RGB
CMYK
RGB Variations
Color information
#45C16F (or 0x45C16F) is known color: Emerald. HEX triplet: 45, C1 and 6F. RGB value is (69,193,111). Sum of RGB (Red+Green+Blue) = 69+193+111=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #45C16F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C16F is #BA3E90. Grayscale: #929292. Windows color (decimal): -12205713 or 7323973. OLE color: 7323973.
HSL color Cylindrical-coordinate representation of color #45C16F: hue angle of 140.32º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #45C16F is Cyan = 0.64, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 193 | 111 | - |
| CMYK | 0.64 | 0 | 0.42 | 0.24 |
| HSL | 140.32º | 0.5% | 0.51% | - |
| HSV(B) | 140.32º | 0.64% | 0.76% | - |
| XYZ | 24.39 | 40.55 | 21.58 | - |
| YUV | 146.58 | 107.92 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 193 | 111 | 0.64 | 0 | 0.42 | 0.24 | 140.32 | 0.5 | 0.51 |
| Hex | 45 | C1 | 6F | 40 | 0 | 2A | 18 | 8C | 32 | 33 |
| Octal | 105 | 301 | 157 | 100 | 0 | 52 | 30 | 214 | 62 | 63 |
| Binary | 1000101 | 11000001 | 1101111 | 1000000 | 0 | 101010 | 11000 | 10001100 | 110010 | 110011 |
Color Harmonies of #45C16F
Complementary color
Monochromatic Colors of #45C16F
Black with #45C16F
Text Example
Text Example
White with #45C16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C16F; }
p { color: rgb(69,193,111); }
H1.HeaderClassName
{
color: #45C16F;
}
.AnyTagClassName
{
color: #45C16F;
}
</style>
background-color css
<style>
a { background-color: #45C16F; }
a { background-color: rgb(69,193,111); }
div.DivClassName
{
background-color: #45C16F;
}
.BgClassName
{
background-color: #45C16F;
}
</style>
border-color css
<style>
span { border-color: #45C16F; }
span { border-color: rgb(69,193,111); }
td.TdClassName
{
border-color: #45C16F;
}
.TagClassName
{
border-color: #45C16F;
}
</style>