Html Css Color HEX #34DF68 Emerald

📋 copy color: '#34DF68'

red 52 ◦ green 223 ◦ blue 104

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

Shades of Emerald #34DF68

Tints of Emerald #34DF68

RGB

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

 GREEN value IS 223 (87.5% from 255) = 58.84%

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

R = 13.72%
G = 58.84%
B = 27.44%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#34DF68 (or 0x34DF68) is known color: Emerald. HEX triplet: 34, DF and 68. RGB value is (52,223,104). Sum of RGB (Red+Green+Blue) = 52+223+104=379 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.72% from 379); Green value is 223 (87.5% from 255 or 58.84% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 223 - color contains mainly: green. Hex color #34DF68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34DF68 is #CB2097. Grayscale: #9E9E9E. Windows color (decimal): -13312152 or 6872884. OLE color: 6872884.

HSL color Cylindrical-coordinate representation of color #34DF68: hue angle of 138.25º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34DF68 is Cyan = 0.77, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 52 223 104 -
CMYK 0.77 0 0.53 0.13
HSL 138.25º 0.73% 0.54% -
HSV(B) 138.25º 0.77% 0.87% -
XYZ 30.3 54.5 22.02 -
YUV 158.31 97.35 52.18 -
System Red Green Blue C M Y K H S L
Decimal 52 223 104 0.77 0 0.53 0.13 138.25 0.73 0.54
Hex 34 DF 68 4D 0 35 D 8A 49 36
Octal 64 337 150 115 0 65 15 212 111 66
Binary 110100 11011111 1101000 1001101 0 110101 1101 10001010 1001001 110110

Color Harmonies of #34DF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34DF68

Black with #34DF68

Text Example


Text Example

White with #34DF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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