#34D87D

Color #34D87D Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #34D87D

Tints of Emerald #34D87D

Color information

#34D87D (or 0x34D87D) is unknown color: approx Emerald. HEX triplet: 34, D8 and 7D. RGB value is (52,216,125). Sum of RGB (Red+Green+Blue) = 52+216+125=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 216 (84.77% from 255 or 54.96% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 216 - color contains mainly: green. Hex color #34D87D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34D87D is #CB2782. Grayscale: #9C9C9C. Windows color (decimal): -13313923 or 8247348. OLE color: 8247348.

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

Color convert

RGB52216125-
CMYK0.7600.420.15
HSL146.71º67.77%52.55%-
HSV(B)146.71º75.93%84.71%-
XYZ29.6751.3227.74-
YUV156.59110.1753.4-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.23%
GREEN value IS 216 (84.77% from 255) = 54.96%
BLUE value IS 125 (49.22% from 255) = 31.81%
R=13.23%
G=54.96%
B=31.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal522161250.7600.420.15146.7167.7752.55
Hex34D87D4C02AF934435
Octal643301751140521722310465
Binary110100110110001111101100110001010101111100100111000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34D87D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,216,125); }

 H1.HeaderClassName
 {
   color: #34D87D;
 }
 .AnyTagClassName
 {
   color: #34D87D;
 }
</style>
background-color css

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

 a { background-color: rgb(52,216,125); }

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

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

 span { border-color: rgb(52,216,125); }

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