#34DE63

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

Shades of Emerald #34DE63

Tints of Emerald #34DE63

Color information

#34DE63 (or 0x34DE63) is unknown color: approx Emerald. HEX triplet: 34, DE and 63. RGB value is (52,222,99). Sum of RGB (Red+Green+Blue) = 52+222+99=373 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.94% from 373); Green value is 222 (87.11% from 255 or 59.52% from 373); Blue value is 99 (39.06% from 255 or 26.54% from 373); Max value from RGB is 222 - color contains mainly: green. Hex color #34DE63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DE63 is #CB219C. Grayscale: #9D9D9D. Windows color (decimal): -13312413 or 6544948. OLE color: 6544948.

HSL color Cylindrical-coordinate representation of color #34DE63: hue angle of 136.59º 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 #34DE63 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.

Color convert

RGB5222299-
CMYK0.7700.550.13
HSL136.59º72.03%53.73%-
HSV(B)136.59º76.58%87.06%-
XYZ29.7953.8720.63-
YUV157.1595.1853-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.94%
GREEN value IS 222 (87.11% from 255) = 59.52%
BLUE value IS 99 (39.06% from 255) = 26.54%
R=13.94%
G=59.52%
B=26.54%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52222990.7700.550.13136.5972.0353.73
Hex34DE634D037D894836
Octal643361431150671521111066
Binary110100110111101100011100110101101111101100010011001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DE63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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