Shades of Emerald #45EF74
Tints of Emerald #45EF74
RGB
CMYK
RGB Variations
Color information
#45EF74 (or 0x45EF74) is known color: Emerald. HEX triplet: 45, EF and 74. RGB value is (69,239,116). Sum of RGB (Red+Green+Blue) = 69+239+116=424 (56% of max value = 765). Red value is 69 (27.34% from 255 or 16.27% from 424); Green value is 239 (93.75% from 255 or 56.37% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 239 - color contains mainly: green. Hex color #45EF74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45EF74 is #BA108B. Grayscale: #AEAEAE. Windows color (decimal): -12193932 or 7663429. OLE color: 7663429.
HSL color Cylindrical-coordinate representation of color #45EF74: hue angle of 136.59º 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 #45EF74 is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 239 | 116 | - |
| CMYK | 0.71 | 0 | 0.51 | 0.06 |
| HSL | 136.59º | 0.84% | 0.6% | - |
| HSV(B) | 136.59º | 0.71% | 0.94% | - |
| XYZ | 36.47 | 64.26 | 27 | - |
| YUV | 174.15 | 95.18 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 239 | 116 | 0.71 | 0 | 0.51 | 0.06 | 136.59 | 0.84 | 0.6 |
| Hex | 45 | EF | 74 | 47 | 0 | 33 | 6 | 89 | 54 | 3C |
| Octal | 105 | 357 | 164 | 107 | 0 | 63 | 6 | 211 | 124 | 74 |
| Binary | 1000101 | 11101111 | 1110100 | 1000111 | 0 | 110011 | 110 | 10001001 | 1010100 | 111100 |
Color Harmonies of #45EF74
Complementary color
Monochromatic Colors of #45EF74
Black with #45EF74
Text Example
Text Example
White with #45EF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EF74; }
p { color: rgb(69,239,116); }
H1.HeaderClassName
{
color: #45EF74;
}
.AnyTagClassName
{
color: #45EF74;
}
</style>
background-color css
<style>
a { background-color: #45EF74; }
a { background-color: rgb(69,239,116); }
div.DivClassName
{
background-color: #45EF74;
}
.BgClassName
{
background-color: #45EF74;
}
</style>
border-color css
<style>
span { border-color: #45EF74; }
span { border-color: rgb(69,239,116); }
td.TdClassName
{
border-color: #45EF74;
}
.TagClassName
{
border-color: #45EF74;
}
</style>