#46CE5D

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

Shades of Emerald #46CE5D

Tints of Emerald #46CE5D

Color information

#46CE5D (or 0x46CE5D) is unknown color: approx Emerald. HEX triplet: 46, CE and 5D. RGB value is (70,206,93). Sum of RGB (Red+Green+Blue) = 70+206+93=369 (48% of max value = 765). Red value is 70 (27.73% from 255 or 18.97% from 369); Green value is 206 (80.86% from 255 or 55.83% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 206 - color contains mainly: green. Hex color #46CE5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CE5D is #B931A2. Grayscale: #989898. Windows color (decimal): -12136867 or 6147654. OLE color: 6147654.

HSL color Cylindrical-coordinate representation of color #46CE5D: hue angle of 130.15º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CE5D is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.19.

Color convert

RGB7020693-
CMYK0.6600.550.19
HSL130.15º58.12%54.12%-
HSV(B)130.15º66.02%80.78%-
XYZ26.5746.2417.88-
YUV152.4594.4469.19-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.97%
GREEN value IS 206 (80.86% from 255) = 55.83%
BLUE value IS 93 (36.72% from 255) = 25.20%
R=18.97%
G=55.83%
B=25.20%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal70206930.6600.550.19130.1558.1254.12
Hex46CE5D4203713823a36
Octal106316135102067232027266
Binary1000110110011101011101100001001101111001110000010111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,206,93); }

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

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

 a { background-color: rgb(70,206,93); }

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

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

 span { border-color: rgb(70,206,93); }

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