Shades of Emerald #45CF85
Tints of Emerald #45CF85
RGB
CMYK
RGB Variations
Color information
#45CF85 (or 0x45CF85) is known color: Emerald. HEX triplet: 45, CF and 85. RGB value is (69,207,133). Sum of RGB (Red+Green+Blue) = 69+207+133=409 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.87% from 409); Green value is 207 (81.25% from 255 or 50.61% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 207 - color contains mainly: green. Hex color #45CF85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45CF85 is #BA307A. Grayscale: #9D9D9D. Windows color (decimal): -12202107 or 8769349. OLE color: 8769349.
HSL color Cylindrical-coordinate representation of color #45CF85: hue angle of 147.83º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45CF85 is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 207 | 133 | - |
| CMYK | 0.67 | 0 | 0.36 | 0.19 |
| HSL | 147.83º | 0.59% | 0.54% | - |
| HSV(B) | 147.83º | 0.67% | 0.81% | - |
| XYZ | 29 | 47.58 | 29.85 | - |
| YUV | 157.3 | 114.28 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 133 | 0.67 | 0 | 0.36 | 0.19 | 147.83 | 0.59 | 0.54 |
| Hex | 45 | CF | 85 | 43 | 0 | 24 | 13 | 94 | 3B | 36 |
| Octal | 105 | 317 | 205 | 103 | 0 | 44 | 23 | 224 | 73 | 66 |
| Binary | 1000101 | 11001111 | 10000101 | 1000011 | 0 | 100100 | 10011 | 10010100 | 111011 | 110110 |
Color Harmonies of #45CF85
Complementary color
Monochromatic Colors of #45CF85
Black with #45CF85
Text Example
Text Example
White with #45CF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CF85; }
p { color: rgb(69,207,133); }
H1.HeaderClassName
{
color: #45CF85;
}
.AnyTagClassName
{
color: #45CF85;
}
</style>
background-color css
<style>
a { background-color: #45CF85; }
a { background-color: rgb(69,207,133); }
div.DivClassName
{
background-color: #45CF85;
}
.BgClassName
{
background-color: #45CF85;
}
</style>
border-color css
<style>
span { border-color: #45CF85; }
span { border-color: rgb(69,207,133); }
td.TdClassName
{
border-color: #45CF85;
}
.TagClassName
{
border-color: #45CF85;
}
</style>