Html Css Color HEX #34E066 Emerald

📋 copy color: '#34E066'

red 52 ◦ green 224 ◦ blue 102

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

Shades of Emerald #34E066

Tints of Emerald #34E066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 26.98%

R = 13.76%
G = 59.26%
B = 26.98%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#34E066 (or 0x34E066) is known color: Emerald. HEX triplet: 34, E0 and 66. RGB value is (52,224,102). Sum of RGB (Red+Green+Blue) = 52+224+102=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 224 (87.89% from 255 or 59.26% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 224 - color contains mainly: green. Hex color #34E066 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E066 is #CB1F99. Grayscale: #9E9E9E. Windows color (decimal): -13311898 or 6742068. OLE color: 6742068.

HSL color Cylindrical-coordinate representation of color #34E066: hue angle of 137.44º 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 #34E066 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 52 224 102 -
CMYK 0.77 0 0.54 0.12
HSL 137.44º 0.74% 0.54% -
HSV(B) 137.44º 0.77% 0.88% -
XYZ 30.47 55 21.58 -
YUV 158.66 96.02 51.92 -
System Red Green Blue C M Y K H S L
Decimal 52 224 102 0.77 0 0.54 0.12 137.44 0.74 0.54
Hex 34 E0 66 4D 0 36 C 89 4A 36
Octal 64 340 146 115 0 66 14 211 112 66
Binary 110100 11100000 1100110 1001101 0 110110 1100 10001001 1001010 110110

Color Harmonies of #34E066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34E066

Black with #34E066

Text Example


Text Example

White with #34E066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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