#46CC6D

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

Shades of Emerald #46CC6D

Tints of Emerald #46CC6D

Color information

#46CC6D (or 0x46CC6D) is unknown color: approx Emerald. HEX triplet: 46, CC and 6D. RGB value is (70,204,109). Sum of RGB (Red+Green+Blue) = 70+204+109=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 204 (80.08% from 255 or 53.26% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 204 - color contains mainly: green. Hex color #46CC6D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CC6D is #B93392. Grayscale: #999999. Windows color (decimal): -12137363 or 7195718. OLE color: 7195718.

HSL color Cylindrical-coordinate representation of color #46CC6D: hue angle of 137.46º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CC6D is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.2.

Color convert

RGB70204109-
CMYK0.6600.470.2
HSL137.46º56.78%53.73%-
HSV(B)137.46º65.69%80%-
XYZ26.8845.5921.85-
YUV153.1103.1168.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.28%
GREEN value IS 204 (80.08% from 255) = 53.26%
BLUE value IS 109 (42.97% from 255) = 28.46%
R=18.28%
G=53.26%
B=28.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal702041090.6600.470.2137.4656.7853.73
Hex46CC6D4202F14893936
Octal106314155102057242117166
Binary1000110110011001101101100001001011111010010001001111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CC6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,204,109); }

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

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

 a { background-color: rgb(70,204,109); }

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

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

 span { border-color: rgb(70,204,109); }

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