Shades of Emerald #45C474
Tints of Emerald #45C474
RGB
CMYK
RGB Variations
Color information
#45C474 (or 0x45C474) is known color: Emerald. HEX triplet: 45, C4 and 74. RGB value is (69,196,116). Sum of RGB (Red+Green+Blue) = 69+196+116=381 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.11% from 381); Green value is 196 (76.95% from 255 or 51.44% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 196 - color contains mainly: green. Hex color #45C474 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C474 is #BA3B8B. Grayscale: #959595. Windows color (decimal): -12204940 or 7652421. OLE color: 7652421.
HSL color Cylindrical-coordinate representation of color #45C474: hue angle of 142.2º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C474 is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 196 | 116 | - |
| CMYK | 0.65 | 0 | 0.41 | 0.23 |
| HSL | 142.2º | 0.52% | 0.52% | - |
| HSV(B) | 142.2º | 0.65% | 0.77% | - |
| XYZ | 25.35 | 42.01 | 23.3 | - |
| YUV | 148.91 | 109.42 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 196 | 116 | 0.65 | 0 | 0.41 | 0.23 | 142.2 | 0.52 | 0.52 |
| Hex | 45 | C4 | 74 | 41 | 0 | 29 | 17 | 8E | 34 | 34 |
| Octal | 105 | 304 | 164 | 101 | 0 | 51 | 27 | 216 | 64 | 64 |
| Binary | 1000101 | 11000100 | 1110100 | 1000001 | 0 | 101001 | 10111 | 10001110 | 110100 | 110100 |
Color Harmonies of #45C474
Complementary color
Monochromatic Colors of #45C474
Black with #45C474
Text Example
Text Example
White with #45C474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C474; }
p { color: rgb(69,196,116); }
H1.HeaderClassName
{
color: #45C474;
}
.AnyTagClassName
{
color: #45C474;
}
</style>
background-color css
<style>
a { background-color: #45C474; }
a { background-color: rgb(69,196,116); }
div.DivClassName
{
background-color: #45C474;
}
.BgClassName
{
background-color: #45C474;
}
</style>
border-color css
<style>
span { border-color: #45C474; }
span { border-color: rgb(69,196,116); }
td.TdClassName
{
border-color: #45C474;
}
.TagClassName
{
border-color: #45C474;
}
</style>