Html Css Color HEX #34EC68 Emerald

📋 copy color: '#34EC68'

red 52 ◦ green 236 ◦ blue 104

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

Shades of Emerald #34EC68

Tints of Emerald #34EC68

RGB

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

 GREEN value IS 236 (92.58% from 255) = 60.2%

 BLUE value IS 104 (41.02% from 255) = 26.53%

R = 13.27%
G = 60.2%
B = 26.53%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#34EC68 (or 0x34EC68) is known color: Emerald. HEX triplet: 34, EC and 68. RGB value is (52,236,104). Sum of RGB (Red+Green+Blue) = 52+236+104=392 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.27% from 392); Green value is 236 (92.58% from 255 or 60.20% from 392); Blue value is 104 (41.02% from 255 or 26.53% from 392); Max value from RGB is 236 - color contains mainly: green. Hex color #34EC68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34EC68 is #CB1397. Grayscale: #A6A6A6. Windows color (decimal): -13308824 or 6876212. OLE color: 6876212.

HSL color Cylindrical-coordinate representation of color #34EC68: hue angle of 136.96º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #34EC68 is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 52 236 104 -
CMYK 0.78 0 0.56 0.07
HSL 136.96º 0.83% 0.56% -
HSV(B) 136.96º 0.78% 0.93% -
XYZ 33.91 61.72 23.22 -
YUV 165.94 93.04 46.73 -
System Red Green Blue C M Y K H S L
Decimal 52 236 104 0.78 0 0.56 0.07 136.96 0.83 0.56
Hex 34 EC 68 4E 0 38 7 89 53 38
Octal 64 354 150 116 0 70 7 211 123 70
Binary 110100 11101100 1101000 1001110 0 111000 111 10001001 1010011 111000

Color Harmonies of #34EC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34EC68

Black with #34EC68

Text Example


Text Example

White with #34EC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,236,104); }

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

background-color css

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

 a { background-color: rgb(52,236,104); }

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

border-color css

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

 span { border-color: rgb(52,236,104); }

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