Html Css Color HEX #34E065 Emerald

📋 copy color: '#34E065'

red 52 ◦ green 224 ◦ blue 101

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

Shades of Emerald #34E065

Tints of Emerald #34E065

RGB

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

 GREEN value IS 224 (87.89% from 255) = 59.42%

 BLUE value IS 101 (39.84% from 255) = 26.79%

R = 13.79%
G = 59.42%
B = 26.79%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#34E065 (or 0x34E065) is known color: Emerald. HEX triplet: 34, E0 and 65. RGB value is (52,224,101). Sum of RGB (Red+Green+Blue) = 52+224+101=377 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.79% from 377); Green value is 224 (87.89% from 255 or 59.42% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 224 - color contains mainly: green. Hex color #34E065 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E065 is #CB1F9A. Grayscale: #9E9E9E. Windows color (decimal): -13311899 or 6676532. OLE color: 6676532.

HSL color Cylindrical-coordinate representation of color #34E065: hue angle of 137.09º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E065 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 52 224 101 -
CMYK 0.77 0 0.55 0.12
HSL 137.09º 0.74% 0.54% -
HSV(B) 137.09º 0.77% 0.88% -
XYZ 30.42 54.98 21.32 -
YUV 158.55 95.52 52 -
System Red Green Blue C M Y K H S L
Decimal 52 224 101 0.77 0 0.55 0.12 137.09 0.74 0.54
Hex 34 E0 65 4D 0 37 C 89 4A 36
Octal 64 340 145 115 0 67 14 211 112 66
Binary 110100 11100000 1100101 1001101 0 110111 1100 10001001 1001010 110110

Color Harmonies of #34E065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E065

Black with #34E065

Text Example


Text Example

White with #34E065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,224,101); }

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

background-color css

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

 a { background-color: rgb(52,224,101); }

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

border-color css

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

 span { border-color: rgb(52,224,101); }

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