Html Css Color HEX #34D166 Emerald

📋 copy color: '#34D166'

red 52 ◦ green 209 ◦ blue 102

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

Shades of Emerald #34D166

Tints of Emerald #34D166

RGB

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

 GREEN value IS 209 (82.03% from 255) = 57.58%

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

R = 14.33%
G = 57.58%
B = 28.1%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#34D166 (or 0x34D166) is known color: Emerald. HEX triplet: 34, D1 and 66. RGB value is (52,209,102). Sum of RGB (Red+Green+Blue) = 52+209+102=363 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.33% from 363); Green value is 209 (82.03% from 255 or 57.58% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 209 - color contains mainly: green. Hex color #34D166 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D166 is #CB2E99. Grayscale: #969696. Windows color (decimal): -13315738 or 6738228. OLE color: 6738228.

HSL color Cylindrical-coordinate representation of color #34D166: hue angle of 139.11º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #34D166 is Cyan = 0.75, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 52 209 102 -
CMYK 0.75 0 0.51 0.18
HSL 139.11º 0.63% 0.51% -
HSV(B) 139.11º 0.75% 0.82% -
XYZ 26.61 47.29 20.3 -
YUV 149.86 100.99 58.2 -
System Red Green Blue C M Y K H S L
Decimal 52 209 102 0.75 0 0.51 0.18 139.11 0.63 0.51
Hex 34 D1 66 4B 0 33 12 8B 3F 33
Octal 64 321 146 113 0 63 22 213 77 63
Binary 110100 11010001 1100110 1001011 0 110011 10010 10001011 111111 110011

Color Harmonies of #34D166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D166

Black with #34D166

Text Example


Text Example

White with #34D166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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