Shades of Emerald #45C36E
Tints of Emerald #45C36E
RGB
CMYK
RGB Variations
Color information
#45C36E (or 0x45C36E) is known color: Emerald. HEX triplet: 45, C3 and 6E. RGB value is (69,195,110). Sum of RGB (Red+Green+Blue) = 69+195+110=374 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.45% from 374); Green value is 195 (76.56% from 255 or 52.14% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 195 - color contains mainly: green. Hex color #45C36E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C36E is #BA3C91. Grayscale: #939393. Windows color (decimal): -12205202 or 7258949. OLE color: 7258949.
HSL color Cylindrical-coordinate representation of color #45C36E: hue angle of 139.52º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C36E is Cyan = 0.65, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 69 | 195 | 110 | - |
| CMYK | 0.65 | 0 | 0.44 | 0.24 |
| HSL | 139.52º | 0.51% | 0.52% | - |
| HSV(B) | 139.52º | 0.65% | 0.76% | - |
| XYZ | 24.78 | 41.42 | 21.44 | - |
| YUV | 147.64 | 106.76 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 195 | 110 | 0.65 | 0 | 0.44 | 0.24 | 139.52 | 0.51 | 0.52 |
| Hex | 45 | C3 | 6E | 41 | 0 | 2C | 18 | 8C | 33 | 34 |
| Octal | 105 | 303 | 156 | 101 | 0 | 54 | 30 | 214 | 63 | 64 |
| Binary | 1000101 | 11000011 | 1101110 | 1000001 | 0 | 101100 | 11000 | 10001100 | 110011 | 110100 |
Color Harmonies of #45C36E
Complementary color
Monochromatic Colors of #45C36E
Black with #45C36E
Text Example
Text Example
White with #45C36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C36E; }
p { color: rgb(69,195,110); }
H1.HeaderClassName
{
color: #45C36E;
}
.AnyTagClassName
{
color: #45C36E;
}
</style>
background-color css
<style>
a { background-color: #45C36E; }
a { background-color: rgb(69,195,110); }
div.DivClassName
{
background-color: #45C36E;
}
.BgClassName
{
background-color: #45C36E;
}
</style>
border-color css
<style>
span { border-color: #45C36E; }
span { border-color: rgb(69,195,110); }
td.TdClassName
{
border-color: #45C36E;
}
.TagClassName
{
border-color: #45C36E;
}
</style>