Shades of Emerald #45CF6F
Tints of Emerald #45CF6F
RGB
CMYK
RGB Variations
Color information
#45CF6F (or 0x45CF6F) is known color: Emerald. HEX triplet: 45, CF and 6F. RGB value is (69,207,111). Sum of RGB (Red+Green+Blue) = 69+207+111=387 (51% of max value = 765). Red value is 69 (27.34% from 255 or 17.83% from 387); Green value is 207 (81.25% from 255 or 53.49% from 387); Blue value is 111 (43.75% from 255 or 28.68% from 387); Max value from RGB is 207 - color contains mainly: green. Hex color #45CF6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45CF6F is #BA3090. Grayscale: #9B9B9B. Windows color (decimal): -12202129 or 7327557. OLE color: 7327557.
HSL color Cylindrical-coordinate representation of color #45CF6F: hue angle of 138.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 #45CF6F is Cyan = 0.67, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 69 | 207 | 111 | - |
| CMYK | 0.67 | 0 | 0.46 | 0.19 |
| HSL | 138.26º | 0.59% | 0.54% | - |
| HSV(B) | 138.26º | 0.67% | 0.81% | - |
| XYZ | 27.64 | 47.04 | 22.66 | - |
| YUV | 154.79 | 103.28 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 207 | 111 | 0.67 | 0 | 0.46 | 0.19 | 138.26 | 0.59 | 0.54 |
| Hex | 45 | CF | 6F | 43 | 0 | 2E | 13 | 8A | 3B | 36 |
| Octal | 105 | 317 | 157 | 103 | 0 | 56 | 23 | 212 | 73 | 66 |
| Binary | 1000101 | 11001111 | 1101111 | 1000011 | 0 | 101110 | 10011 | 10001010 | 111011 | 110110 |
Color Harmonies of #45CF6F
Complementary color
Monochromatic Colors of #45CF6F
Black with #45CF6F
Text Example
Text Example
White with #45CF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45CF6F; }
p { color: rgb(69,207,111); }
H1.HeaderClassName
{
color: #45CF6F;
}
.AnyTagClassName
{
color: #45CF6F;
}
</style>
background-color css
<style>
a { background-color: #45CF6F; }
a { background-color: rgb(69,207,111); }
div.DivClassName
{
background-color: #45CF6F;
}
.BgClassName
{
background-color: #45CF6F;
}
</style>
border-color css
<style>
span { border-color: #45CF6F; }
span { border-color: rgb(69,207,111); }
td.TdClassName
{
border-color: #45CF6F;
}
.TagClassName
{
border-color: #45CF6F;
}
</style>