Html Css Color HEX #34D966 Emerald

📋 copy color: '#34D966'

red 52 ◦ green 217 ◦ blue 102

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

Shades of Emerald #34D966

Tints of Emerald #34D966

RGB

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

 GREEN value IS 217 (85.16% from 255) = 58.49%

 BLUE value IS 102 (40.23% from 255) = 27.49%

R = 14.02%
G = 58.49%
B = 27.49%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#34D966 (or 0x34D966) is known color: Emerald. HEX triplet: 34, D9 and 66. RGB value is (52,217,102). Sum of RGB (Red+Green+Blue) = 52+217+102=371 (49% of max value = 765). Red value is 52 (20.70% from 255 or 14.02% from 371); Green value is 217 (85.16% from 255 or 58.49% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 217 - color contains mainly: green. Hex color #34D966 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D966 is #CB2699. Grayscale: #9A9A9A. Windows color (decimal): -13313690 or 6740276. OLE color: 6740276.

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

Color convert

RGB 52 217 102 -
CMYK 0.76 0 0.53 0.15
HSL 138.18º 0.68% 0.53% -
HSV(B) 138.18º 0.76% 0.85% -
XYZ 28.63 51.32 20.97 -
YUV 154.56 98.34 54.85 -
System Red Green Blue C M Y K H S L
Decimal 52 217 102 0.76 0 0.53 0.15 138.18 0.68 0.53
Hex 34 D9 66 4C 0 35 F 8A 44 35
Octal 64 331 146 114 0 65 17 212 104 65
Binary 110100 11011001 1100110 1001100 0 110101 1111 10001010 1000100 110101

Color Harmonies of #34D966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D966

Black with #34D966

Text Example


Text Example

White with #34D966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,217,102); }

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

background-color css

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

 a { background-color: rgb(52,217,102); }

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

border-color css

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

 span { border-color: rgb(52,217,102); }

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