Html Css Color HEX #34D665 Emerald

📋 copy color: '#34D665'

red 52 ◦ green 214 ◦ blue 101

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

Shades of Emerald #34D665

Tints of Emerald #34D665

RGB

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

 GREEN value IS 214 (83.98% from 255) = 58.31%

 BLUE value IS 101 (39.84% from 255) = 27.52%

R = 14.17%
G = 58.31%
B = 27.52%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#34D665 (or 0x34D665) is known color: Emerald. HEX triplet: 34, D6 and 65. RGB value is (52,214,101). Sum of RGB (Red+Green+Blue) = 52+214+101=367 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.17% from 367); Green value is 214 (83.98% from 255 or 58.31% from 367); Blue value is 101 (39.84% from 255 or 27.52% from 367); Max value from RGB is 214 - color contains mainly: green. Hex color #34D665 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D665 is #CB299A. Grayscale: #989898. Windows color (decimal): -13314459 or 6673972. OLE color: 6673972.

HSL color Cylindrical-coordinate representation of color #34D665: hue angle of 138.15º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #34D665 is Cyan = 0.76, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 52 214 101 -
CMYK 0.76 0 0.53 0.16
HSL 138.15º 0.66% 0.52% -
HSV(B) 138.15º 0.76% 0.84% -
XYZ 27.81 49.76 20.45 -
YUV 152.68 98.83 56.19 -
System Red Green Blue C M Y K H S L
Decimal 52 214 101 0.76 0 0.53 0.16 138.15 0.66 0.52
Hex 34 D6 65 4C 0 35 10 8A 42 34
Octal 64 326 145 114 0 65 20 212 102 64
Binary 110100 11010110 1100101 1001100 0 110101 10000 10001010 1000010 110100

Color Harmonies of #34D665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D665

Black with #34D665

Text Example


Text Example

White with #34D665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,214,101); }

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

background-color css

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

 a { background-color: rgb(52,214,101); }

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

border-color css

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

 span { border-color: rgb(52,214,101); }

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