Shades of Emerald #45CB85
Tints of Emerald #45CB85
RGB
CMYK
RGB Variations
Color information
#45CB85 (or 0x45CB85) is known color: Emerald. HEX triplet: 45, CB and 85. RGB value is (69,203,133). Sum of RGB (Red+Green+Blue) = 69+203+133=405 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.04% from 405); Green value is 203 (79.69% from 255 or 50.12% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 203 - color contains mainly: green. Hex color #45CB85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45CB85 is #BA347A. Grayscale: #9B9B9B. Windows color (decimal): -12203131 or 8768325. OLE color: 8768325.
HSL color Cylindrical-coordinate representation of color #45CB85: hue angle of 148.66º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #45CB85 is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 69 | 203 | 133 | - |
| CMYK | 0.66 | 0 | 0.34 | 0.20 |
| HSL | 148.66º | 0.56% | 0.53% | - |
| HSV(B) | 148.66º | 0.66% | 0.8% | - |
| XYZ | 28.04 | 45.67 | 29.53 | - |
| YUV | 154.95 | 115.61 | 66.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 203 | 133 | 0.66 | 0 | 0.34 | 0.20 | 148.66 | 0.56 | 0.53 |
| Hex | 45 | CB | 85 | 42 | 0 | 22 | 14 | 95 | 38 | 35 |
| Octal | 105 | 313 | 205 | 102 | 0 | 42 | 24 | 225 | 70 | 65 |
| Binary | 1000101 | 11001011 | 10000101 | 1000010 | 0 | 100010 | 10100 | 10010101 | 111000 | 110101 |
Color Harmonies of #45CB85
Complementary color
Monochromatic Colors of #45CB85
Black with #45CB85
Text Example
Text Example
White with #45CB85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CB85; }
p { color: rgb(69,203,133); }
H1.HeaderClassName
{
color: #45CB85;
}
.AnyTagClassName
{
color: #45CB85;
}
</style>
background-color css
<style>
a { background-color: #45CB85; }
a { background-color: rgb(69,203,133); }
div.DivClassName
{
background-color: #45CB85;
}
.BgClassName
{
background-color: #45CB85;
}
</style>
border-color css
<style>
span { border-color: #45CB85; }
span { border-color: rgb(69,203,133); }
td.TdClassName
{
border-color: #45CB85;
}
.TagClassName
{
border-color: #45CB85;
}
</style>