Shades of Emerald #45C15C
Tints of Emerald #45C15C
RGB
CMYK
RGB Variations
Color information
#45C15C (or 0x45C15C) is known color: Emerald. HEX triplet: 45, C1 and 5C. RGB value is (69,193,92). Sum of RGB (Red+Green+Blue) = 69+193+92=354 (46% of max value = 765). Red value is 69 (27.34% from 255 or 19.49% from 354); Green value is 193 (75.78% from 255 or 54.52% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 193 - color contains mainly: green. Hex color #45C15C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C15C is #BA3EA3. Grayscale: #909090. Windows color (decimal): -12205732 or 6078789. OLE color: 6078789.
HSL color Cylindrical-coordinate representation of color #45C15C: hue angle of 131.13º 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 #45C15C is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 193 | 92 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.24 |
| HSL | 131.13º | 0.5% | 0.51% | - |
| HSV(B) | 131.13º | 0.64% | 0.76% | - |
| XYZ | 23.46 | 40.18 | 16.64 | - |
| YUV | 144.41 | 98.42 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 193 | 92 | 0.64 | 0 | 0.52 | 0.24 | 131.13 | 0.5 | 0.51 |
| Hex | 45 | C1 | 5C | 40 | 0 | 34 | 18 | 83 | 32 | 33 |
| Octal | 105 | 301 | 134 | 100 | 0 | 64 | 30 | 203 | 62 | 63 |
| Binary | 1000101 | 11000001 | 1011100 | 1000000 | 0 | 110100 | 11000 | 10000011 | 110010 | 110011 |
Color Harmonies of #45C15C
Complementary color
Monochromatic Colors of #45C15C
Black with #45C15C
Text Example
Text Example
White with #45C15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C15C; }
p { color: rgb(69,193,92); }
H1.HeaderClassName
{
color: #45C15C;
}
.AnyTagClassName
{
color: #45C15C;
}
</style>
background-color css
<style>
a { background-color: #45C15C; }
a { background-color: rgb(69,193,92); }
div.DivClassName
{
background-color: #45C15C;
}
.BgClassName
{
background-color: #45C15C;
}
</style>
border-color css
<style>
span { border-color: #45C15C; }
span { border-color: rgb(69,193,92); }
td.TdClassName
{
border-color: #45C15C;
}
.TagClassName
{
border-color: #45C15C;
}
</style>