#34e165

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

Shades of Emerald #34E165

Tints of Emerald #34E165

Color information

#34E165 (or 0x34E165) is unknown color: approx Emerald. HEX triplet: 34, E1 and 65. RGB value is (52,225,101). Sum of RGB (Red+Green+Blue) = 52+225+101=378 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.76% from 378); Green value is 225 (88.28% from 255 or 59.52% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 225 - color contains mainly: green. Hex color #34E165 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E165 is #CB1E9A. Grayscale: #9F9F9F. Windows color (decimal): -13311643 or 6676788. OLE color: 6676788.

HSL color Cylindrical-coordinate representation of color #34E165: hue angle of 136.99º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #34E165 is Cyan = 0.77, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB52225101-
CMYK0.7700.550.12
HSL136.99º74.25%54.31%-
HSV(B)136.99º76.89%88.24%-
XYZ30.6955.5221.41-
YUV159.1495.1951.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.76%
GREEN value IS 225 (88.28% from 255) = 59.52%
BLUE value IS 101 (39.84% from 255) = 26.72%
R=13.76%
G=59.52%
B=26.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal522251010.7700.550.12136.9974.2554.31
Hex34E1654D037C894a36
Octal643411451150671421111266
Binary110100111000011100101100110101101111100100010011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34e165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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