Html Css Color HEX #34D963 Emerald

📋 copy color: '#34D963'

red 52 ◦ green 217 ◦ blue 99

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

Shades of Emerald #34D963

Tints of Emerald #34D963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 26.9%

R = 14.13%
G = 58.97%
B = 26.9%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#34D963 (or 0x34D963) is known color: Emerald. HEX triplet: 34, D9 and 63. RGB value is (52,217,99). Sum of RGB (Red+Green+Blue) = 52+217+99=368 (48% of max value = 765). Red value is 52 (20.70% from 255 or 14.13% from 368); Green value is 217 (85.16% from 255 or 58.97% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 217 - color contains mainly: green. Hex color #34D963 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D963 is #CB269C. Grayscale: #9A9A9A. Windows color (decimal): -13313693 or 6543668. OLE color: 6543668.

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

Color convert

RGB 52 217 99 -
CMYK 0.76 0 0.54 0.15
HSL 137.09º 0.68% 0.53% -
HSV(B) 137.09º 0.76% 0.85% -
XYZ 28.48 51.26 20.2 -
YUV 154.21 96.84 55.09 -
System Red Green Blue C M Y K H S L
Decimal 52 217 99 0.76 0 0.54 0.15 137.09 0.68 0.53
Hex 34 D9 63 4C 0 36 F 89 44 35
Octal 64 331 143 114 0 66 17 211 104 65
Binary 110100 11011001 1100011 1001100 0 110110 1111 10001001 1000100 110101

Color Harmonies of #34D963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D963

Black with #34D963

Text Example


Text Example

White with #34D963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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