Html Css Color HEX #34D25D Emerald

📋 copy color: '#34D25D'

red 52 ◦ green 210 ◦ blue 93

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

Shades of Emerald #34D25D

Tints of Emerald #34D25D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.2%

R = 14.65%
G = 59.15%
B = 26.2%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#34D25D (or 0x34D25D) is known color: Emerald. HEX triplet: 34, D2 and 5D. RGB value is (52,210,93). Sum of RGB (Red+Green+Blue) = 52+210+93=355 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.65% from 355); Green value is 210 (82.42% from 255 or 59.15% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 210 - color contains mainly: green. Hex color #34D25D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D25D is #CB2DA2. Grayscale: #959595. Windows color (decimal): -13315491 or 6148660. OLE color: 6148660.

HSL color Cylindrical-coordinate representation of color #34D25D: hue angle of 135.57º 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 #34D25D is Cyan = 0.75, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 52 210 93 -
CMYK 0.75 0 0.56 0.18
HSL 135.57º 0.64% 0.51% -
HSV(B) 135.57º 0.75% 0.82% -
XYZ 26.44 47.61 18.15 -
YUV 149.42 96.15 58.51 -
System Red Green Blue C M Y K H S L
Decimal 52 210 93 0.75 0 0.56 0.18 135.57 0.64 0.51
Hex 34 D2 5D 4B 0 38 12 88 40 33
Octal 64 322 135 113 0 70 22 210 100 63
Binary 110100 11010010 1011101 1001011 0 111000 10010 10001000 1000000 110011

Color Harmonies of #34D25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D25D

Black with #34D25D

Text Example


Text Example

White with #34D25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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