#34E16B

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

Shades of Emerald #34E16B

Tints of Emerald #34E16B

Color information

#34E16B (or 0x34E16B) is unknown color: approx Emerald. HEX triplet: 34, E1 and 6B. RGB value is (52,225,107). Sum of RGB (Red+Green+Blue) = 52+225+107=384 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.54% from 384); Green value is 225 (88.28% from 255 or 58.59% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 225 - color contains mainly: green. Hex color #34E16B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34E16B is #CB1E94. Grayscale: #A0A0A0. Windows color (decimal): -13311637 or 7070004. OLE color: 7070004.

HSL color Cylindrical-coordinate representation of color #34E16B: hue angle of 139.08º 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 #34E16B is Cyan = 0.77, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB52225107-
CMYK0.7700.520.12
HSL139.08º74.25%54.31%-
HSV(B)139.08º76.89%88.24%-
XYZ3155.6423.02-
YUV159.8298.1951.09-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 13.54%
GREEN value IS 225 (88.28% from 255) = 58.59%
BLUE value IS 107 (42.19% from 255) = 27.86%
R=13.54%
G=58.59%
B=27.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal522251070.7700.520.12139.0874.2554.31
Hex34E16B4D034C8b4a36
Octal643411531150641421311266
Binary110100111000011101011100110101101001100100010111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34E16B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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