Shades of Emerald #34D25D
Tints of Emerald #34D25D
RGB
CMYK
RGB Variations
Color information
#34D25D (or 0x34D25D) is known color: Emerald. HEX triplet: 34, D2 and 5D. RGB value is (52,210,93). Sum of RGB (Red+Green+Blue) = 52+210+93=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 210 (82.42% from 255 or 59.15% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 210 - color contains mainly: green. Hex color #34D25D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D25D is #CB2DA2. Grayscale: #959595. Windows color (decimal): -13315491 or 6148660. OLE color: 6148660.
HSL color Cylindrical-coordinate representation of color #34D25D: hue angle of 135.57º 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 #34D25D is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 210 | 93 | - |
| CMYK | 0.75 | 0 | 0.56 | 0.18 |
| HSL | 135.57º | 0.64% | 0.51% | - |
| HSV(B) | 135.57º | 0.75% | 0.82% | - |
| XYZ | 26.44 | 47.61 | 18.15 | - |
| YUV | 149.42 | 96.15 | 58.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 210 | 93 | 0.75 | 0 | 0.56 | 0.18 | 135.57 | 0.64 | 0.51 |
| Hex | 34 | D2 | 5D | 4B | 0 | 38 | 12 | 88 | 40 | 33 |
| Octal | 64 | 322 | 135 | 113 | 0 | 70 | 22 | 210 | 100 | 63 |
| Binary | 110100 | 11010010 | 1011101 | 1001011 | 0 | 111000 | 10010 | 10001000 | 1000000 | 110011 |
Color Harmonies of #34D25D
Complementary color
Monochromatic Colors of #34D25D
Black with #34D25D
Text Example
Text Example
White with #34D25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D25D; }
p { color: rgb(52,210,93); }
H1.HeaderClassName
{
color: #34D25D;
}
.AnyTagClassName
{
color: #34D25D;
}
</style>
background-color css
<style>
a { background-color: #34D25D; }
a { background-color: rgb(52,210,93); }
div.DivClassName
{
background-color: #34D25D;
}
.BgClassName
{
background-color: #34D25D;
}
</style>
border-color css
<style>
span { border-color: #34D25D; }
span { border-color: rgb(52,210,93); }
td.TdClassName
{
border-color: #34D25D;
}
.TagClassName
{
border-color: #34D25D;
}
</style>