#34DC61

Color #34DC61 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #34DC61

Tints of Emerald #34DC61

Color information

#34DC61 (or 0x34DC61) is unknown color: approx Emerald. HEX triplet: 34, DC and 61. RGB value is (52,220,97). Sum of RGB (Red+Green+Blue) = 52+220+97=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 220 (86.33% from 255 or 59.62% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 220 - color contains mainly: green. Hex color #34DC61 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DC61 is #CB239E. Grayscale: #9C9C9C. Windows color (decimal): -13312927 or 6413364. OLE color: 6413364.

HSL color Cylindrical-coordinate representation of color #34DC61: hue angle of 136.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34DC61 is Cyan = 0.76, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB5222097-
CMYK0.7600.560.14
HSL136.07º70.59%53.33%-
HSV(B)136.07º76.36%86.27%-
XYZ29.1752.7819.96-
YUV155.7594.8454-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 52 (20.70% from 255) = 14.09%
GREEN value IS 220 (86.33% from 255) = 59.62%
BLUE value IS 97 (38.28% from 255) = 26.29%
R=14.09%
G=59.62%
B=26.29%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal52220970.7600.560.14136.0770.5953.33
Hex34DC614C038E884735
Octal643341411140701621010765
Binary110100110111001100001100110001110001110100010001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DC61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34DC61; }

 p { color: rgb(52,220,97); }

 H1.HeaderClassName
 {
   color: #34DC61;
 }
 .AnyTagClassName
 {
   color: #34DC61;
 }
</style>
background-color css

<style>
 a { background-color: #34DC61; }

 a { background-color: rgb(52,220,97); }

 div.DivClassName
 {
   background-color: #34DC61;
 }
 .BgClassName
 {
   background-color: #34DC61;
 }
</style>
border-color css

<style>
 span { border-color: #34DC61; }

 span { border-color: rgb(52,220,97); }

 td.TdClassName
 {
   border-color: #34DC61;
 }
 .TagClassName
 {
   border-color: #34DC61;
 }
</style>