#46BE81

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

Shades of Emerald #46BE81

Tints of Emerald #46BE81

Color information

#46BE81 (or 0x46BE81) is unknown color: approx Emerald. HEX triplet: 46, BE and 81. RGB value is (70,190,129). Sum of RGB (Red+Green+Blue) = 70+190+129=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 190 (74.61% from 255 or 48.84% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 190 - color contains mainly: green. Hex color #46BE81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46BE81 is #B9417E. Grayscale: #939393. Windows color (decimal): -12140927 or 8502854. OLE color: 8502854.

HSL color Cylindrical-coordinate representation of color #46BE81: hue angle of 149.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46BE81 is Cyan = 0.63, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB70190129-
CMYK0.6300.320.25
HSL149.5º48%50.98%-
HSV(B)149.5º63.16%74.51%-
XYZ24.939.7127.12-
YUV147.17117.7472.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.99%
GREEN value IS 190 (74.61% from 255) = 48.84%
BLUE value IS 129 (50.78% from 255) = 33.16%
R=17.99%
G=48.84%
B=33.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal701901290.6300.320.25149.54850.98
Hex46BE813F02019963033
Octal10627620177040312266063
Binary1000110101111101000000111111101000001100110010110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,190,129); }

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

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

 a { background-color: rgb(70,190,129); }

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

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

 span { border-color: rgb(70,190,129); }

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