Shades of Emerald #45CF86
Tints of Emerald #45CF86
RGB
CMYK
RGB Variations
Color information
#45CF86 (or 0x45CF86) is known color: Emerald. HEX triplet: 45, CF and 86. RGB value is (69,207,134). Sum of RGB (Red+Green+Blue) = 69+207+134=410 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.83% from 410); Green value is 207 (81.25% from 255 or 50.49% from 410); Blue value is 134 (52.73% from 255 or 32.68% from 410); Max value from RGB is 207 - color contains mainly: green. Hex color #45CF86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #45CF86 is #BA3079. Grayscale: #9D9D9D. Windows color (decimal): -12202106 or 8834885. OLE color: 8834885.
HSL color Cylindrical-coordinate representation of color #45CF86: hue angle of 148.26º 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 #45CF86 is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 207 | 134 | - |
| CMYK | 0.67 | 0 | 0.35 | 0.19 |
| HSL | 148.26º | 0.59% | 0.54% | - |
| HSV(B) | 148.26º | 0.67% | 0.81% | - |
| XYZ | 29.07 | 47.61 | 30.21 | - |
| YUV | 157.42 | 114.78 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 134 | 0.67 | 0 | 0.35 | 0.19 | 148.26 | 0.59 | 0.54 |
| Hex | 45 | CF | 86 | 43 | 0 | 23 | 13 | 94 | 3B | 36 |
| Octal | 105 | 317 | 206 | 103 | 0 | 43 | 23 | 224 | 73 | 66 |
| Binary | 1000101 | 11001111 | 10000110 | 1000011 | 0 | 100011 | 10011 | 10010100 | 111011 | 110110 |
Color Harmonies of #45CF86
Complementary color
Monochromatic Colors of #45CF86
Black with #45CF86
Text Example
Text Example
White with #45CF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CF86; }
p { color: rgb(69,207,134); }
H1.HeaderClassName
{
color: #45CF86;
}
.AnyTagClassName
{
color: #45CF86;
}
</style>
background-color css
<style>
a { background-color: #45CF86; }
a { background-color: rgb(69,207,134); }
div.DivClassName
{
background-color: #45CF86;
}
.BgClassName
{
background-color: #45CF86;
}
</style>
border-color css
<style>
span { border-color: #45CF86; }
span { border-color: rgb(69,207,134); }
td.TdClassName
{
border-color: #45CF86;
}
.TagClassName
{
border-color: #45CF86;
}
</style>