Shades of Emerald #45CF6A
Tints of Emerald #45CF6A
RGB
CMYK
RGB Variations
Color information
#45CF6A (or 0x45CF6A) is known color: Emerald. HEX triplet: 45, CF and 6A. RGB value is (69,207,106). Sum of RGB (Red+Green+Blue) = 69+207+106=382 (50% of max value = 765). Red value is 69 (27.34% from 255 or 18.06% from 382); Green value is 207 (81.25% from 255 or 54.19% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 207 - color contains mainly: green. Hex color #45CF6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CF6A is #BA3095. Grayscale: #9A9A9A. Windows color (decimal): -12202134 or 6999877. OLE color: 6999877.
HSL color Cylindrical-coordinate representation of color #45CF6A: hue angle of 136.09º 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 #45CF6A is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 207 | 106 | - |
| CMYK | 0.67 | 0 | 0.49 | 0.19 |
| HSL | 136.09º | 0.59% | 0.54% | - |
| HSV(B) | 136.09º | 0.67% | 0.81% | - |
| XYZ | 27.37 | 46.93 | 21.25 | - |
| YUV | 154.22 | 100.78 | 67.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 106 | 0.67 | 0 | 0.49 | 0.19 | 136.09 | 0.59 | 0.54 |
| Hex | 45 | CF | 6A | 43 | 0 | 31 | 13 | 88 | 3B | 36 |
| Octal | 105 | 317 | 152 | 103 | 0 | 61 | 23 | 210 | 73 | 66 |
| Binary | 1000101 | 11001111 | 1101010 | 1000011 | 0 | 110001 | 10011 | 10001000 | 111011 | 110110 |
Color Harmonies of #45CF6A
Complementary color
Monochromatic Colors of #45CF6A
Black with #45CF6A
Text Example
Text Example
White with #45CF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CF6A; }
p { color: rgb(69,207,106); }
H1.HeaderClassName
{
color: #45CF6A;
}
.AnyTagClassName
{
color: #45CF6A;
}
</style>
background-color css
<style>
a { background-color: #45CF6A; }
a { background-color: rgb(69,207,106); }
div.DivClassName
{
background-color: #45CF6A;
}
.BgClassName
{
background-color: #45CF6A;
}
</style>
border-color css
<style>
span { border-color: #45CF6A; }
span { border-color: rgb(69,207,106); }
td.TdClassName
{
border-color: #45CF6A;
}
.TagClassName
{
border-color: #45CF6A;
}
</style>