Shades of Emerald #34F478
Tints of Emerald #34F478
RGB
CMYK
RGB Variations
Color information
#34F478 (or 0x34F478) is known color: Emerald. HEX triplet: 34, F4 and 78. RGB value is (52,244,120). Sum of RGB (Red+Green+Blue) = 52+244+120=416 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.5% from 416); Green value is 244 (95.70% from 255 or 58.65% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 244 - color contains mainly: green. Hex color #34F478 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F478 is #CB0B87. Grayscale: #ACACAC. Windows color (decimal): -13306760 or 7926836. OLE color: 7926836.
HSL color Cylindrical-coordinate representation of color #34F478: hue angle of 141.25º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #34F478 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 244 | 120 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.04 |
| HSL | 141.25º | 0.9% | 0.58% | - |
| HSV(B) | 141.25º | 0.79% | 0.96% | - |
| XYZ | 37.16 | 66.79 | 28.7 | - |
| YUV | 172.46 | 98.39 | 42.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 244 | 120 | 0.79 | 0 | 0.51 | 0.04 | 141.25 | 0.9 | 0.58 |
| Hex | 34 | F4 | 78 | 4F | 0 | 33 | 4 | 8D | 5A | 3A |
| Octal | 64 | 364 | 170 | 117 | 0 | 63 | 4 | 215 | 132 | 72 |
| Binary | 110100 | 11110100 | 1111000 | 1001111 | 0 | 110011 | 100 | 10001101 | 1011010 | 111010 |
Color Harmonies of #34F478
Complementary color
Monochromatic Colors of #34F478
Black with #34F478
Text Example
Text Example
White with #34F478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F478; }
p { color: rgb(52,244,120); }
H1.HeaderClassName
{
color: #34F478;
}
.AnyTagClassName
{
color: #34F478;
}
</style>
background-color css
<style>
a { background-color: #34F478; }
a { background-color: rgb(52,244,120); }
div.DivClassName
{
background-color: #34F478;
}
.BgClassName
{
background-color: #34F478;
}
</style>
border-color css
<style>
span { border-color: #34F478; }
span { border-color: rgb(52,244,120); }
td.TdClassName
{
border-color: #34F478;
}
.TagClassName
{
border-color: #34F478;
}
</style>