Html Css Color HEX #34D560 Emerald

📋 copy color: '#34D560'

red 52 ◦ green 213 ◦ blue 96

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

Shades of Emerald #34D560

Tints of Emerald #34D560

RGB

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

 GREEN value IS 213 (83.59% from 255) = 59%

 BLUE value IS 96 (37.89% from 255) = 26.59%

R = 14.4%
G = 59%
B = 26.59%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#34D560 (or 0x34D560) is known color: Emerald. HEX triplet: 34, D5 and 60. RGB value is (52,213,96). Sum of RGB (Red+Green+Blue) = 52+213+96=361 (47% of max value = 765). Red value is 52 (20.70% from 255 or 14.40% from 361); Green value is 213 (83.59% from 255 or 59.00% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 213 - color contains mainly: green. Hex color #34D560 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D560 is #CB2A9F. Grayscale: #979797. Windows color (decimal): -13314720 or 6346036. OLE color: 6346036.

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

Color convert

RGB 52 213 96 -
CMYK 0.76 0 0.55 0.16
HSL 136.4º 0.66% 0.52% -
HSV(B) 136.4º 0.76% 0.84% -
XYZ 27.32 49.16 19.12 -
YUV 151.52 96.66 57.01 -
System Red Green Blue C M Y K H S L
Decimal 52 213 96 0.76 0 0.55 0.16 136.4 0.66 0.52
Hex 34 D5 60 4C 0 37 10 88 42 34
Octal 64 325 140 114 0 67 20 210 102 64
Binary 110100 11010101 1100000 1001100 0 110111 10000 10001000 1000010 110100

Color Harmonies of #34D560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34D560

Black with #34D560

Text Example


Text Example

White with #34D560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,213,96); }

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

background-color css

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

 a { background-color: rgb(52,213,96); }

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

border-color css

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

 span { border-color: rgb(52,213,96); }

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