Html Css Color HEX #34ED68 Emerald

📋 copy color: '#34ED68'

red 52 ◦ green 237 ◦ blue 104

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

Shades of Emerald #34ED68

Tints of Emerald #34ED68

RGB

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

 GREEN value IS 237 (92.97% from 255) = 60.31%

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

R = 13.23%
G = 60.31%
B = 26.46%

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

#34ED68 (or 0x34ED68) is known color: Emerald. HEX triplet: 34, ED and 68. RGB value is (52,237,104). Sum of RGB (Red+Green+Blue) = 52+237+104=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 237 (92.97% from 255 or 60.31% from 393); Blue value is 104 (41.02% from 255 or 26.46% from 393); Max value from RGB is 237 - color contains mainly: green. Hex color #34ED68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #34ED68 is #CB1297. Grayscale: #A6A6A6. Windows color (decimal): -13308568 or 6876468. OLE color: 6876468.

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

Color convert

RGB 52 237 104 -
CMYK 0.78 0 0.56 0.07
HSL 136.86º 0.84% 0.57% -
HSV(B) 136.86º 0.78% 0.93% -
XYZ 34.2 62.3 23.32 -
YUV 166.52 92.71 46.31 -
System Red Green Blue C M Y K H S L
Decimal 52 237 104 0.78 0 0.56 0.07 136.86 0.84 0.57
Hex 34 ED 68 4E 0 38 7 89 54 39
Octal 64 355 150 116 0 70 7 211 124 71
Binary 110100 11101101 1101000 1001110 0 111000 111 10001001 1010100 111001

Color Harmonies of #34ED68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34ED68

Black with #34ED68

Text Example


Text Example

White with #34ED68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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