Html Css Color HEX #34D861 Emerald

📋 copy color: '#34D861'

red 52 ◦ green 216 ◦ blue 97

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

Shades of Emerald #34D861

Tints of Emerald #34D861

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.58%

R = 14.25%
G = 59.18%
B = 26.58%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#34D861 (or 0x34D861) is known color: Emerald. HEX triplet: 34, D8 and 61. RGB value is (52,216,97). Sum of RGB (Red+Green+Blue) = 52+216+97=365 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.25% from 365); Green value is 216 (84.77% from 255 or 59.18% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 216 - color contains mainly: green. Hex color #34D861 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D861 is #CB279E. Grayscale: #999999. Windows color (decimal): -13313951 or 6412340. OLE color: 6412340.

HSL color Cylindrical-coordinate representation of color #34D861: hue angle of 136.46º 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 #34D861 is Cyan = 0.76, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 52 216 97 -
CMYK 0.76 0 0.55 0.15
HSL 136.46º 0.68% 0.53% -
HSV(B) 136.46º 0.76% 0.85% -
XYZ 28.13 50.7 19.61 -
YUV 153.4 96.17 55.68 -
System Red Green Blue C M Y K H S L
Decimal 52 216 97 0.76 0 0.55 0.15 136.46 0.68 0.53
Hex 34 D8 61 4C 0 37 F 88 44 35
Octal 64 330 141 114 0 67 17 210 104 65
Binary 110100 11011000 1100001 1001100 0 110111 1111 10001000 1000100 110101

Color Harmonies of #34D861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D861

Black with #34D861

Text Example


Text Example

White with #34D861

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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