Shades of Emerald #45CC85
Tints of Emerald #45CC85
RGB
CMYK
RGB Variations
Color information
#45CC85 (or 0x45CC85) is known color: Emerald. HEX triplet: 45, CC and 85. RGB value is (69,204,133). Sum of RGB (Red+Green+Blue) = 69+204+133=406 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.00% from 406); Green value is 204 (80.08% from 255 or 50.25% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 204 - color contains mainly: green. Hex color #45CC85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45CC85 is #BA337A. Grayscale: #9B9B9B. Windows color (decimal): -12202875 or 8768581. OLE color: 8768581.
HSL color Cylindrical-coordinate representation of color #45CC85: hue angle of 148.44º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CC85 is Cyan = 0.66, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 69 | 204 | 133 | - |
| CMYK | 0.66 | 0 | 0.35 | 0.2 |
| HSL | 148.44º | 0.57% | 0.54% | - |
| HSV(B) | 148.44º | 0.66% | 0.8% | - |
| XYZ | 28.28 | 46.14 | 29.61 | - |
| YUV | 155.54 | 115.27 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 204 | 133 | 0.66 | 0 | 0.35 | 0.2 | 148.44 | 0.57 | 0.54 |
| Hex | 45 | CC | 85 | 42 | 0 | 23 | 14 | 94 | 39 | 36 |
| Octal | 105 | 314 | 205 | 102 | 0 | 43 | 24 | 224 | 71 | 66 |
| Binary | 1000101 | 11001100 | 10000101 | 1000010 | 0 | 100011 | 10100 | 10010100 | 111001 | 110110 |
Color Harmonies of #45CC85
Complementary color
Monochromatic Colors of #45CC85
Black with #45CC85
Text Example
Text Example
White with #45CC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CC85; }
p { color: rgb(69,204,133); }
H1.HeaderClassName
{
color: #45CC85;
}
.AnyTagClassName
{
color: #45CC85;
}
</style>
background-color css
<style>
a { background-color: #45CC85; }
a { background-color: rgb(69,204,133); }
div.DivClassName
{
background-color: #45CC85;
}
.BgClassName
{
background-color: #45CC85;
}
</style>
border-color css
<style>
span { border-color: #45CC85; }
span { border-color: rgb(69,204,133); }
td.TdClassName
{
border-color: #45CC85;
}
.TagClassName
{
border-color: #45CC85;
}
</style>