Shades of Emerald #34F472
Tints of Emerald #34F472
RGB
CMYK
RGB Variations
Color information
#34F472 (or 0x34F472) is known color: Emerald. HEX triplet: 34, F4 and 72. RGB value is (52,244,114). Sum of RGB (Red+Green+Blue) = 52+244+114=410 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.68% from 410); Green value is 244 (95.70% from 255 or 59.51% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 244 - color contains mainly: green. Hex color #34F472 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34F472 is #CB0B8D. Grayscale: #ACACAC. Windows color (decimal): -13306766 or 7533620. OLE color: 7533620.
HSL color Cylindrical-coordinate representation of color #34F472: hue angle of 139.38º 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 #34F472 is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 52 | 244 | 114 | - |
| CMYK | 0.79 | 0 | 0.53 | 0.04 |
| HSL | 139.38º | 0.9% | 0.58% | - |
| HSV(B) | 139.38º | 0.79% | 0.96% | - |
| XYZ | 36.8 | 66.65 | 26.84 | - |
| YUV | 171.77 | 95.39 | 42.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 244 | 114 | 0.79 | 0 | 0.53 | 0.04 | 139.38 | 0.9 | 0.58 |
| Hex | 34 | F4 | 72 | 4F | 0 | 35 | 4 | 8B | 5A | 3A |
| Octal | 64 | 364 | 162 | 117 | 0 | 65 | 4 | 213 | 132 | 72 |
| Binary | 110100 | 11110100 | 1110010 | 1001111 | 0 | 110101 | 100 | 10001011 | 1011010 | 111010 |
Color Harmonies of #34F472
Complementary color
Monochromatic Colors of #34F472
Black with #34F472
Text Example
Text Example
White with #34F472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34F472; }
p { color: rgb(52,244,114); }
H1.HeaderClassName
{
color: #34F472;
}
.AnyTagClassName
{
color: #34F472;
}
</style>
background-color css
<style>
a { background-color: #34F472; }
a { background-color: rgb(52,244,114); }
div.DivClassName
{
background-color: #34F472;
}
.BgClassName
{
background-color: #34F472;
}
</style>
border-color css
<style>
span { border-color: #34F472; }
span { border-color: rgb(52,244,114); }
td.TdClassName
{
border-color: #34F472;
}
.TagClassName
{
border-color: #34F472;
}
</style>