#34DE62

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

Shades of Emerald #34DE62

Tints of Emerald #34DE62

Color information

#34DE62 (or 0x34DE62) is unknown color: approx Emerald. HEX triplet: 34, DE and 62. RGB value is (52,222,98). Sum of RGB (Red+Green+Blue) = 52+222+98=372 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.98% from 372); Green value is 222 (87.11% from 255 or 59.68% from 372); Blue value is 98 (38.67% from 255 or 26.34% from 372); Max value from RGB is 222 - color contains mainly: green. Hex color #34DE62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DE62 is #CB219D. Grayscale: #9D9D9D. Windows color (decimal): -13312414 or 6479412. OLE color: 6479412.

HSL color Cylindrical-coordinate representation of color #34DE62: hue angle of 136.24º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DE62 is Cyan = 0.77, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB5222298-
CMYK0.7700.560.13
HSL136.24º72.03%53.73%-
HSV(B)136.24º76.58%87.06%-
XYZ29.7453.8520.38-
YUV157.0394.6853.08-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.98%
GREEN value IS 222 (87.11% from 255) = 59.68%
BLUE value IS 98 (38.67% from 255) = 26.34%
R=13.98%
G=59.68%
B=26.34%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52222980.7700.560.13136.2472.0353.73
Hex34DE624D038D884836
Octal643361421150701521011066
Binary110100110111101100010100110101110001101100010001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DE62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,222,98); }

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

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

 a { background-color: rgb(52,222,98); }

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

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

 span { border-color: rgb(52,222,98); }

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