Html Css Color HEX #34D564 Emerald

📋 copy color: '#34D564'

red 52 ◦ green 213 ◦ blue 100

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

Shades of Emerald #34D564

Tints of Emerald #34D564

RGB

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

 GREEN value IS 213 (83.59% from 255) = 58.36%

 BLUE value IS 100 (39.45% from 255) = 27.4%

R = 14.25%
G = 58.36%
B = 27.4%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#34D564 (or 0x34D564) is known color: Emerald. HEX triplet: 34, D5 and 64. RGB value is (52,213,100). Sum of RGB (Red+Green+Blue) = 52+213+100=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 213 (83.59% from 255 or 58.36% from 365); Blue value is 100 (39.45% from 255 or 27.40% from 365); Max value from RGB is 213 - color contains mainly: green. Hex color #34D564 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D564 is #CB2A9B. Grayscale: #989898. Windows color (decimal): -13314716 or 6608180. OLE color: 6608180.

HSL color Cylindrical-coordinate representation of color #34D564: hue angle of 137.89º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D564 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 52 213 100 -
CMYK 0.76 0 0.53 0.16
HSL 137.89º 0.66% 0.52% -
HSV(B) 137.89º 0.76% 0.84% -
XYZ 27.51 49.24 20.11 -
YUV 151.98 98.66 56.69 -
System Red Green Blue C M Y K H S L
Decimal 52 213 100 0.76 0 0.53 0.16 137.89 0.66 0.52
Hex 34 D5 64 4C 0 35 10 8A 42 34
Octal 64 325 144 114 0 65 20 212 102 64
Binary 110100 11010101 1100100 1001100 0 110101 10000 10001010 1000010 110100

Color Harmonies of #34D564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D564

Black with #34D564

Text Example


Text Example

White with #34D564

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,213,100); }

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

background-color css

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

 a { background-color: rgb(52,213,100); }

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

border-color css

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

 span { border-color: rgb(52,213,100); }

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