Html Css Color HEX #34DD7A Emerald

📋 copy color: '#34DD7A'

red 52 ◦ green 221 ◦ blue 122

#34DD7A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Emerald #34DD7A

Tints of Emerald #34DD7A

RGB

 RED value IS 52 (20.7% from 255) = 13.16%

 GREEN value IS 221 (86.72% from 255) = 55.95%

 BLUE value IS 122 (48.05% from 255) = 30.89%

R = 13.16%
G = 55.95%
B = 30.89%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#34DD7A (or 0x34DD7A) is known color: Emerald. HEX triplet: 34, DD and 7A. RGB value is (52,221,122). Sum of RGB (Red+Green+Blue) = 52+221+122=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 221 (86.72% from 255 or 55.95% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 221 - color contains mainly: green. Hex color #34DD7A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DD7A is #CB2285. Grayscale: #9F9F9F. Windows color (decimal): -13312646 or 8052020. OLE color: 8052020.

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

Color convert

RGB 52 221 122 -
CMYK 0.76 0 0.45 0.13
HSL 144.85º 0.71% 0.54% -
HSV(B) 144.85º 0.76% 0.87% -
XYZ 30.79 53.85 27.18 -
YUV 159.18 107.01 51.55 -
System Red Green Blue C M Y K H S L
Decimal 52 221 122 0.76 0 0.45 0.13 144.85 0.71 0.54
Hex 34 DD 7A 4C 0 2D D 91 47 36
Octal 64 335 172 114 0 55 15 221 107 66
Binary 110100 11011101 1111010 1001100 0 101101 1101 10010001 1000111 110110

Color Harmonies of #34DD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DD7A

Black with #34DD7A

Text Example


Text Example

White with #34DD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34DD7A;
 }
 .AnyTagClassName
 {
   color: #34DD7A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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