Shades of Emerald #45CF6C
Tints of Emerald #45CF6C
RGB
CMYK
RGB Variations
Color information
#45CF6C (or 0x45CF6C) is known color: Emerald. HEX triplet: 45, CF and 6C. RGB value is (69,207,108). Sum of RGB (Red+Green+Blue) = 69+207+108=384 (50% of max value = 765). Red value is 69 (27.34% from 255 or 17.97% from 384); Green value is 207 (81.25% from 255 or 53.91% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 207 - color contains mainly: green. Hex color #45CF6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CF6C is #BA3093. Grayscale: #9A9A9A. Windows color (decimal): -12202132 or 7130949. OLE color: 7130949.
HSL color Cylindrical-coordinate representation of color #45CF6C: hue angle of 136.96º 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 #45CF6C is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 207 | 108 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.19 |
| HSL | 136.96º | 0.59% | 0.54% | - |
| HSV(B) | 136.96º | 0.67% | 0.81% | - |
| XYZ | 27.47 | 46.97 | 21.81 | - |
| YUV | 154.45 | 101.78 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 108 | 0.67 | 0 | 0.48 | 0.19 | 136.96 | 0.59 | 0.54 |
| Hex | 45 | CF | 6C | 43 | 0 | 30 | 13 | 89 | 3B | 36 |
| Octal | 105 | 317 | 154 | 103 | 0 | 60 | 23 | 211 | 73 | 66 |
| Binary | 1000101 | 11001111 | 1101100 | 1000011 | 0 | 110000 | 10011 | 10001001 | 111011 | 110110 |
Color Harmonies of #45CF6C
Complementary color
Monochromatic Colors of #45CF6C
Black with #45CF6C
Text Example
Text Example
White with #45CF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CF6C; }
p { color: rgb(69,207,108); }
H1.HeaderClassName
{
color: #45CF6C;
}
.AnyTagClassName
{
color: #45CF6C;
}
</style>
background-color css
<style>
a { background-color: #45CF6C; }
a { background-color: rgb(69,207,108); }
div.DivClassName
{
background-color: #45CF6C;
}
.BgClassName
{
background-color: #45CF6C;
}
</style>
border-color css
<style>
span { border-color: #45CF6C; }
span { border-color: rgb(69,207,108); }
td.TdClassName
{
border-color: #45CF6C;
}
.TagClassName
{
border-color: #45CF6C;
}
</style>