#46DE7C

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

Shades of Emerald #46DE7C

Tints of Emerald #46DE7C

Color information

#46DE7C (or 0x46DE7C) is unknown color: approx Emerald. HEX triplet: 46, DE and 7C. RGB value is (70,222,124). Sum of RGB (Red+Green+Blue) = 70+222+124=416 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.83% from 416); Green value is 222 (87.11% from 255 or 53.37% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 222 - color contains mainly: green. Hex color #46DE7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46DE7C is #B92183. Grayscale: #A5A5A5. Windows color (decimal): -12132740 or 8183366. OLE color: 8183366.

HSL color Cylindrical-coordinate representation of color #46DE7C: hue angle of 141.32º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46DE7C is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB70222124-
CMYK0.6800.440.13
HSL141.32º69.72%57.25%-
HSV(B)141.32º68.47%87.06%-
XYZ32.295527.98-
YUV165.38104.6459.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.83%
GREEN value IS 222 (87.11% from 255) = 53.37%
BLUE value IS 124 (48.83% from 255) = 29.81%
R=16.83%
G=53.37%
B=29.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal702221240.6800.440.13141.3269.7257.25
Hex46DE7C4402CD8d4639
Octal1063361741040541521510671
Binary1000110110111101111100100010001011001101100011011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46DE7C; }

 p { color: rgb(70,222,124); }

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

<style>
 a { background-color: #46DE7C; }

 a { background-color: rgb(70,222,124); }

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

<style>
 span { border-color: #46DE7C; }

 span { border-color: rgb(70,222,124); }

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