#46CC5E

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

Shades of Emerald #46CC5E

Tints of Emerald #46CC5E

Color information

#46CC5E (or 0x46CC5E) is unknown color: approx Emerald. HEX triplet: 46, CC and 5E. RGB value is (70,204,94). Sum of RGB (Red+Green+Blue) = 70+204+94=368 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.02% from 368); Green value is 204 (80.08% from 255 or 55.43% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 204 - color contains mainly: green. Hex color #46CC5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CC5E is #B933A1. Grayscale: #979797. Windows color (decimal): -12137378 or 6212678. OLE color: 6212678.

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

Color convert

RGB7020494-
CMYK0.6600.540.2
HSL130.75º56.78%53.73%-
HSV(B)130.75º65.69%80%-
XYZ26.1445.317.96-
YUV151.3995.6169.94-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.02%
GREEN value IS 204 (80.08% from 255) = 55.43%
BLUE value IS 94 (37.11% from 255) = 25.54%
R=19.02%
G=55.43%
B=25.54%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal70204940.6600.540.2130.7556.7853.73
Hex46CC5E4203614833936
Octal106314136102066242037166
Binary1000110110011001011110100001001101101010010000011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CC5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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