#46CC71

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

Shades of Emerald #46CC71

Tints of Emerald #46CC71

Color information

#46CC71 (or 0x46CC71) is unknown color: approx Emerald. HEX triplet: 46, CC and 71. RGB value is (70,204,113). Sum of RGB (Red+Green+Blue) = 70+204+113=387 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.09% from 387); Green value is 204 (80.08% from 255 or 52.71% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 204 - color contains mainly: green. Hex color #46CC71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CC71 is #B9338E. Grayscale: #999999. Windows color (decimal): -12137359 or 7457862. OLE color: 7457862.

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

Color convert

RGB70204113-
CMYK0.6600.450.2
HSL139.25º56.78%53.73%-
HSV(B)139.25º65.69%80%-
XYZ27.145.6823.01-
YUV153.56105.1168.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.09%
GREEN value IS 204 (80.08% from 255) = 52.71%
BLUE value IS 113 (44.53% from 255) = 29.20%
R=18.09%
G=52.71%
B=29.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal702041130.6600.450.2139.2556.7853.73
Hex46CC714202D148b3936
Octal106314161102055242137166
Binary1000110110011001110001100001001011011010010001011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CC71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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