Shades of Emerald #34D25F
Tints of Emerald #34D25F
RGB
CMYK
RGB Variations
Color information
#34D25F (or 0x34D25F) is known color: Emerald. HEX triplet: 34, D2 and 5F. RGB value is (52,210,95). Sum of RGB (Red+Green+Blue) = 52+210+95=357 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.57% from 357); Green value is 210 (82.42% from 255 or 58.82% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 210 - color contains mainly: green. Hex color #34D25F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D25F is #CB2DA0. Grayscale: #959595. Windows color (decimal): -13315489 or 6279732. OLE color: 6279732.
HSL color Cylindrical-coordinate representation of color #34D25F: hue angle of 136.33º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D25F is Cyan = 0.75, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 210 | 95 | - |
| CMYK | 0.75 | 0 | 0.55 | 0.18 |
| HSL | 136.33º | 0.64% | 0.51% | - |
| HSV(B) | 136.33º | 0.75% | 0.82% | - |
| XYZ | 26.53 | 47.65 | 18.63 | - |
| YUV | 149.65 | 97.15 | 58.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 210 | 95 | 0.75 | 0 | 0.55 | 0.18 | 136.33 | 0.64 | 0.51 |
| Hex | 34 | D2 | 5F | 4B | 0 | 37 | 12 | 88 | 40 | 33 |
| Octal | 64 | 322 | 137 | 113 | 0 | 67 | 22 | 210 | 100 | 63 |
| Binary | 110100 | 11010010 | 1011111 | 1001011 | 0 | 110111 | 10010 | 10001000 | 1000000 | 110011 |
Color Harmonies of #34D25F
Complementary color
Monochromatic Colors of #34D25F
Black with #34D25F
Text Example
Text Example
White with #34D25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D25F; }
p { color: rgb(52,210,95); }
H1.HeaderClassName
{
color: #34D25F;
}
.AnyTagClassName
{
color: #34D25F;
}
</style>
background-color css
<style>
a { background-color: #34D25F; }
a { background-color: rgb(52,210,95); }
div.DivClassName
{
background-color: #34D25F;
}
.BgClassName
{
background-color: #34D25F;
}
</style>
border-color css
<style>
span { border-color: #34D25F; }
span { border-color: rgb(52,210,95); }
td.TdClassName
{
border-color: #34D25F;
}
.TagClassName
{
border-color: #34D25F;
}
</style>