#46D861

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

Shades of Emerald #46D861

Tints of Emerald #46D861

Color information

#46D861 (or 0x46D861) is unknown color: approx Emerald. HEX triplet: 46, D8 and 61. RGB value is (70,216,97). Sum of RGB (Red+Green+Blue) = 70+216+97=383 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.28% from 383); Green value is 216 (84.77% from 255 or 56.40% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 216 - color contains mainly: green. Hex color #46D861 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D861 is #B9279E. Grayscale: #9F9F9F. Windows color (decimal): -12134303 or 6412358. OLE color: 6412358.

HSL color Cylindrical-coordinate representation of color #46D861: hue angle of 131.1º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46D861 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB7021697-
CMYK0.6800.550.15
HSL131.1º65.18%56.08%-
HSV(B)131.1º67.59%84.71%-
XYZ29.2451.2819.67-
YUV158.7893.1364.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.28%
GREEN value IS 216 (84.77% from 255) = 56.40%
BLUE value IS 97 (38.28% from 255) = 25.33%
R=18.28%
G=56.40%
B=25.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal70216970.6800.550.15131.165.1856.08
Hex46D86144037F834138
Octal1063301411040671720310170
Binary1000110110110001100001100010001101111111100000111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,216,97); }

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

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

 a { background-color: rgb(70,216,97); }

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

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

 span { border-color: rgb(70,216,97); }

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