#34DD60

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

Shades of Emerald #34DD60

Tints of Emerald #34DD60

Color information

#34DD60 (or 0x34DD60) is unknown color: approx Emerald. HEX triplet: 34, DD and 60. RGB value is (52,221,96). Sum of RGB (Red+Green+Blue) = 52+221+96=369 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.09% from 369); Green value is 221 (86.72% from 255 or 59.89% from 369); Blue value is 96 (37.89% from 255 or 26.02% from 369); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DD60 is #CB229F. Grayscale: #9C9C9C. Windows color (decimal): -13312672 or 6348084. OLE color: 6348084.

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

Color convert

RGB5222196-
CMYK0.7600.570.13
HSL135.62º71.31%53.53%-
HSV(B)135.62º76.47%86.67%-
XYZ29.3853.2919.8-
YUV156.2294.0153.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 14.09%
GREEN value IS 221 (86.72% from 255) = 59.89%
BLUE value IS 96 (37.89% from 255) = 26.02%
R=14.09%
G=59.89%
B=26.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal52221960.7600.570.13135.6271.3153.53
Hex34DD604C039D884736
Octal643351401140711521010766
Binary110100110111011100000100110001110011101100010001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34DD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,221,96); }

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

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

 a { background-color: rgb(52,221,96); }

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

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

 span { border-color: rgb(52,221,96); }

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