Shades of Emerald #34D761
Tints of Emerald #34D761
RGB
CMYK
RGB Variations
Color information
#34D761 (or 0x34D761) is known color: Emerald. HEX triplet: 34, D7 and 61. RGB value is (52,215,97). Sum of RGB (Red+Green+Blue) = 52+215+97=364 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.29% from 364); Green value is 215 (84.38% from 255 or 59.07% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 215 - color contains mainly: green. Hex color #34D761 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D761 is #CB289E. Grayscale: #999999. Windows color (decimal): -13314207 or 6412084. OLE color: 6412084.
HSL color Cylindrical-coordinate representation of color #34D761: hue angle of 136.56º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D761 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 52 | 215 | 97 | - |
| CMYK | 0.76 | 0 | 0.55 | 0.16 |
| HSL | 136.56º | 0.67% | 0.52% | - |
| HSV(B) | 136.56º | 0.76% | 0.84% | - |
| XYZ | 27.87 | 50.19 | 19.53 | - |
| YUV | 152.81 | 96.5 | 56.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 215 | 97 | 0.76 | 0 | 0.55 | 0.16 | 136.56 | 0.67 | 0.52 |
| Hex | 34 | D7 | 61 | 4C | 0 | 37 | 10 | 89 | 43 | 34 |
| Octal | 64 | 327 | 141 | 114 | 0 | 67 | 20 | 211 | 103 | 64 |
| Binary | 110100 | 11010111 | 1100001 | 1001100 | 0 | 110111 | 10000 | 10001001 | 1000011 | 110100 |
Color Harmonies of #34D761
Complementary color
Monochromatic Colors of #34D761
Black with #34D761
Text Example
Text Example
White with #34D761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34D761; }
p { color: rgb(52,215,97); }
H1.HeaderClassName
{
color: #34D761;
}
.AnyTagClassName
{
color: #34D761;
}
</style>
background-color css
<style>
a { background-color: #34D761; }
a { background-color: rgb(52,215,97); }
div.DivClassName
{
background-color: #34D761;
}
.BgClassName
{
background-color: #34D761;
}
</style>
border-color css
<style>
span { border-color: #34D761; }
span { border-color: rgb(52,215,97); }
td.TdClassName
{
border-color: #34D761;
}
.TagClassName
{
border-color: #34D761;
}
</style>