#46CC6F

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

Shades of Emerald #46CC6F

Tints of Emerald #46CC6F

Color information

#46CC6F (or 0x46CC6F) is unknown color: approx Emerald. HEX triplet: 46, CC and 6F. RGB value is (70,204,111). Sum of RGB (Red+Green+Blue) = 70+204+111=385 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.18% from 385); Green value is 204 (80.08% from 255 or 52.99% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 204 - color contains mainly: green. Hex color #46CC6F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CC6F is #B93390. Grayscale: #999999. Windows color (decimal): -12137361 or 7326790. OLE color: 7326790.

HSL color Cylindrical-coordinate representation of color #46CC6F: hue angle of 138.36º 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 #46CC6F is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB70204111-
CMYK0.6600.460.2
HSL138.36º56.78%53.73%-
HSV(B)138.36º65.69%80%-
XYZ26.9945.6422.43-
YUV153.33104.1168.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.18%
GREEN value IS 204 (80.08% from 255) = 52.99%
BLUE value IS 111 (43.75% from 255) = 28.83%
R=18.18%
G=52.99%
B=28.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal702041110.6600.460.2138.3656.7853.73
Hex46CC6F4202E148a3936
Octal106314157102056242127166
Binary1000110110011001101111100001001011101010010001010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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