Shades of Emerald #45C685
Tints of Emerald #45C685
RGB
CMYK
RGB Variations
Color information
#45C685 (or 0x45C685) is known color: Emerald. HEX triplet: 45, C6 and 85. RGB value is (69,198,133). Sum of RGB (Red+Green+Blue) = 69+198+133=400 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.25% from 400); Green value is 198 (77.73% from 255 or 49.5% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 198 - color contains mainly: green. Hex color #45C685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45C685 is #BA397A. Grayscale: #989898. Windows color (decimal): -12204411 or 8767045. OLE color: 8767045.
HSL color Cylindrical-coordinate representation of color #45C685: hue angle of 149.77º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C685 is Cyan = 0.65, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 69 | 198 | 133 | - |
| CMYK | 0.65 | 0 | 0.33 | 0.22 |
| HSL | 149.77º | 0.53% | 0.52% | - |
| HSV(B) | 149.77º | 0.65% | 0.78% | - |
| XYZ | 26.88 | 43.35 | 29.14 | - |
| YUV | 152.02 | 117.26 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 198 | 133 | 0.65 | 0 | 0.33 | 0.22 | 149.77 | 0.53 | 0.52 |
| Hex | 45 | C6 | 85 | 41 | 0 | 21 | 16 | 96 | 35 | 34 |
| Octal | 105 | 306 | 205 | 101 | 0 | 41 | 26 | 226 | 65 | 64 |
| Binary | 1000101 | 11000110 | 10000101 | 1000001 | 0 | 100001 | 10110 | 10010110 | 110101 | 110100 |
Color Harmonies of #45C685
Complementary color
Monochromatic Colors of #45C685
Black with #45C685
Text Example
Text Example
White with #45C685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C685; }
p { color: rgb(69,198,133); }
H1.HeaderClassName
{
color: #45C685;
}
.AnyTagClassName
{
color: #45C685;
}
</style>
background-color css
<style>
a { background-color: #45C685; }
a { background-color: rgb(69,198,133); }
div.DivClassName
{
background-color: #45C685;
}
.BgClassName
{
background-color: #45C685;
}
</style>
border-color css
<style>
span { border-color: #45C685; }
span { border-color: rgb(69,198,133); }
td.TdClassName
{
border-color: #45C685;
}
.TagClassName
{
border-color: #45C685;
}
</style>