Html Css Color HEX #34D86B Emerald

📋 copy color: '#34D86B'

red 52 ◦ green 216 ◦ blue 107

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

Shades of Emerald #34D86B

Tints of Emerald #34D86B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 57.6%

 BLUE value IS 107 (42.19% from 255) = 28.53%

R = 13.87%
G = 57.6%
B = 28.53%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#34D86B (or 0x34D86B) is known color: Emerald. HEX triplet: 34, D8 and 6B. RGB value is (52,216,107). Sum of RGB (Red+Green+Blue) = 52+216+107=375 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.87% from 375); Green value is 216 (84.77% from 255 or 57.6% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 216 - color contains mainly: green. Hex color #34D86B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D86B is #CB2794. Grayscale: #9A9A9A. Windows color (decimal): -13313941 or 7067700. OLE color: 7067700.

HSL color Cylindrical-coordinate representation of color #34D86B: hue angle of 140.12º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D86B is Cyan = 0.76, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 216 107 -
CMYK 0.76 0 0.50 0.15
HSL 140.12º 0.68% 0.53% -
HSV(B) 140.12º 0.76% 0.85% -
XYZ 28.63 50.9 22.23 -
YUV 154.54 101.17 54.86 -
System Red Green Blue C M Y K H S L
Decimal 52 216 107 0.76 0 0.50 0.15 140.12 0.68 0.53
Hex 34 D8 6B 4C 0 32 F 8C 44 35
Octal 64 330 153 114 0 62 17 214 104 65
Binary 110100 11011000 1101011 1001100 0 110010 1111 10001100 1000100 110101

Color Harmonies of #34D86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D86B

Black with #34D86B

Text Example


Text Example

White with #34D86B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,216,107); }

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

background-color css

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

 a { background-color: rgb(52,216,107); }

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

border-color css

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

 span { border-color: rgb(52,216,107); }

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