Html Css Color HEX #34D270 Emerald

📋 copy color: '#34D270'

red 52 ◦ green 210 ◦ blue 112

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

Shades of Emerald #34D270

Tints of Emerald #34D270

RGB

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

 GREEN value IS 210 (82.42% from 255) = 56.15%

 BLUE value IS 112 (44.14% from 255) = 29.95%

R = 13.9%
G = 56.15%
B = 29.95%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#34D270 (or 0x34D270) is known color: Emerald. HEX triplet: 34, D2 and 70. RGB value is (52,210,112). Sum of RGB (Red+Green+Blue) = 52+210+112=374 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.90% from 374); Green value is 210 (82.42% from 255 or 56.15% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 210 - color contains mainly: green. Hex color #34D270 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D270 is #CB2D8F. Grayscale: #979797. Windows color (decimal): -13315472 or 7393844. OLE color: 7393844.

HSL color Cylindrical-coordinate representation of color #34D270: hue angle of 142.78º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D270 is Cyan = 0.75, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 52 210 112 -
CMYK 0.75 0 0.47 0.18
HSL 142.78º 0.64% 0.51% -
HSV(B) 142.78º 0.75% 0.82% -
XYZ 27.39 47.99 23.15 -
YUV 151.59 105.65 56.97 -
System Red Green Blue C M Y K H S L
Decimal 52 210 112 0.75 0 0.47 0.18 142.78 0.64 0.51
Hex 34 D2 70 4B 0 2F 12 8F 40 33
Octal 64 322 160 113 0 57 22 217 100 63
Binary 110100 11010010 1110000 1001011 0 101111 10010 10001111 1000000 110011

Color Harmonies of #34D270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D270

Black with #34D270

Text Example


Text Example

White with #34D270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,210,112); }

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

background-color css

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

 a { background-color: rgb(52,210,112); }

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

border-color css

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

 span { border-color: rgb(52,210,112); }

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