Shades of Emerald #45EF73
Tints of Emerald #45EF73
RGB
CMYK
RGB Variations
Color information
#45EF73 (or 0x45EF73) is known color: Emerald. HEX triplet: 45, EF and 73. RGB value is (69,239,115). Sum of RGB (Red+Green+Blue) = 69+239+115=423 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.31% from 423); Green value is 239 (93.75% from 255 or 56.50% from 423); Blue value is 115 (45.31% from 255 or 27.19% from 423); Max value from RGB is 239 - color contains mainly: green. Hex color #45EF73 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45EF73 is #BA108C. Grayscale: #AEAEAE. Windows color (decimal): -12193933 or 7597893. OLE color: 7597893.
HSL color Cylindrical-coordinate representation of color #45EF73: hue angle of 136.24º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EF73 is Cyan = 0.71, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 239 | 115 | - |
| CMYK | 0.71 | 0 | 0.52 | 0.06 |
| HSL | 136.24º | 0.84% | 0.6% | - |
| HSV(B) | 136.24º | 0.71% | 0.94% | - |
| XYZ | 36.42 | 64.24 | 26.7 | - |
| YUV | 174.03 | 94.68 | 53.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 239 | 115 | 0.71 | 0 | 0.52 | 0.06 | 136.24 | 0.84 | 0.6 |
| Hex | 45 | EF | 73 | 47 | 0 | 34 | 6 | 88 | 54 | 3C |
| Octal | 105 | 357 | 163 | 107 | 0 | 64 | 6 | 210 | 124 | 74 |
| Binary | 1000101 | 11101111 | 1110011 | 1000111 | 0 | 110100 | 110 | 10001000 | 1010100 | 111100 |
Color Harmonies of #45EF73
Complementary color
Monochromatic Colors of #45EF73
Black with #45EF73
Text Example
Text Example
White with #45EF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EF73; }
p { color: rgb(69,239,115); }
H1.HeaderClassName
{
color: #45EF73;
}
.AnyTagClassName
{
color: #45EF73;
}
</style>
background-color css
<style>
a { background-color: #45EF73; }
a { background-color: rgb(69,239,115); }
div.DivClassName
{
background-color: #45EF73;
}
.BgClassName
{
background-color: #45EF73;
}
</style>
border-color css
<style>
span { border-color: #45EF73; }
span { border-color: rgb(69,239,115); }
td.TdClassName
{
border-color: #45EF73;
}
.TagClassName
{
border-color: #45EF73;
}
</style>