Shades of Emerald #45E76F
Tints of Emerald #45E76F
RGB
CMYK
RGB Variations
Color information
#45E76F (or 0x45E76F) is known color: Emerald. HEX triplet: 45, E7 and 6F. RGB value is (69,231,111). Sum of RGB (Red+Green+Blue) = 69+231+111=411 (54% of max value = 765). Red value is 69 (27.34% from 255 or 16.79% from 411); Green value is 231 (90.62% from 255 or 56.20% from 411); Blue value is 111 (43.75% from 255 or 27.01% from 411); Max value from RGB is 231 - color contains mainly: green. Hex color #45E76F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45E76F is #BA1890. Grayscale: #A9A9A9. Windows color (decimal): -12195985 or 7333701. OLE color: 7333701.
HSL color Cylindrical-coordinate representation of color #45E76F: hue angle of 135.56º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E76F is Cyan = 0.70, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 231 | 111 | - |
| CMYK | 0.70 | 0 | 0.52 | 0.09 |
| HSL | 135.56º | 0.77% | 0.59% | - |
| HSV(B) | 135.56º | 0.7% | 0.91% | - |
| XYZ | 33.9 | 59.56 | 24.75 | - |
| YUV | 168.88 | 95.33 | 56.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 231 | 111 | 0.70 | 0 | 0.52 | 0.09 | 135.56 | 0.77 | 0.59 |
| Hex | 45 | E7 | 6F | 46 | 0 | 34 | 9 | 88 | 4D | 3B |
| Octal | 105 | 347 | 157 | 106 | 0 | 64 | 11 | 210 | 115 | 73 |
| Binary | 1000101 | 11100111 | 1101111 | 1000110 | 0 | 110100 | 1001 | 10001000 | 1001101 | 111011 |
Color Harmonies of #45E76F
Complementary color
Monochromatic Colors of #45E76F
Black with #45E76F
Text Example
Text Example
White with #45E76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E76F; }
p { color: rgb(69,231,111); }
H1.HeaderClassName
{
color: #45E76F;
}
.AnyTagClassName
{
color: #45E76F;
}
</style>
background-color css
<style>
a { background-color: #45E76F; }
a { background-color: rgb(69,231,111); }
div.DivClassName
{
background-color: #45E76F;
}
.BgClassName
{
background-color: #45E76F;
}
</style>
border-color css
<style>
span { border-color: #45E76F; }
span { border-color: rgb(69,231,111); }
td.TdClassName
{
border-color: #45E76F;
}
.TagClassName
{
border-color: #45E76F;
}
</style>