Shades of Emerald #46EF74
Tints of Emerald #46EF74
RGB
CMYK
RGB Variations
Color information
#46EF74 (or 0x46EF74) is known color: Emerald. HEX triplet: 46, EF and 74. RGB value is (70,239,116). Sum of RGB (Red+Green+Blue) = 70+239+116=425 (56% of max value = 765). Red value is 70 (27.73% from 255 or 16.47% from 425); Green value is 239 (93.75% from 255 or 56.24% from 425); Blue value is 116 (45.70% from 255 or 27.29% from 425); Max value from RGB is 239 - color contains mainly: green. Hex color #46EF74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #46EF74 is #B9108B. Grayscale: #AEAEAE. Windows color (decimal): -12128396 or 7663430. OLE color: 7663430.
HSL color Cylindrical-coordinate representation of color #46EF74: hue angle of 136.33º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46EF74 is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 70 | 239 | 116 | - |
| CMYK | 0.71 | 0 | 0.51 | 0.06 |
| HSL | 136.33º | 0.84% | 0.61% | - |
| HSV(B) | 136.33º | 0.71% | 0.94% | - |
| XYZ | 36.54 | 64.3 | 27.01 | - |
| YUV | 174.45 | 95.01 | 53.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 239 | 116 | 0.71 | 0 | 0.51 | 0.06 | 136.33 | 0.84 | 0.61 |
| Hex | 46 | EF | 74 | 47 | 0 | 33 | 6 | 88 | 54 | 3D |
| Octal | 106 | 357 | 164 | 107 | 0 | 63 | 6 | 210 | 124 | 75 |
| Binary | 1000110 | 11101111 | 1110100 | 1000111 | 0 | 110011 | 110 | 10001000 | 1010100 | 111101 |
Color Harmonies of #46EF74
Complementary color
Monochromatic Colors of #46EF74
Black with #46EF74
Text Example
Text Example
White with #46EF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46EF74; }
p { color: rgb(70,239,116); }
H1.HeaderClassName
{
color: #46EF74;
}
.AnyTagClassName
{
color: #46EF74;
}
</style>
background-color css
<style>
a { background-color: #46EF74; }
a { background-color: rgb(70,239,116); }
div.DivClassName
{
background-color: #46EF74;
}
.BgClassName
{
background-color: #46EF74;
}
</style>
border-color css
<style>
span { border-color: #46EF74; }
span { border-color: rgb(70,239,116); }
td.TdClassName
{
border-color: #46EF74;
}
.TagClassName
{
border-color: #46EF74;
}
</style>