#46BE83

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

Shades of Emerald #46BE83

Tints of Emerald #46BE83

Color information

#46BE83 (or 0x46BE83) is unknown color: approx Emerald. HEX triplet: 46, BE and 83. RGB value is (70,190,131). Sum of RGB (Red+Green+Blue) = 70+190+131=391 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.90% from 391); Green value is 190 (74.61% from 255 or 48.59% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 190 - color contains mainly: green. Hex color #46BE83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #46BE83 is #B9417C. Grayscale: #939393. Windows color (decimal): -12140925 or 8633926. OLE color: 8633926.

HSL color Cylindrical-coordinate representation of color #46BE83: hue angle of 150.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 #46BE83 is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB70190131-
CMYK0.6300.310.25
HSL150.5º48%50.98%-
HSV(B)150.5º63.16%74.51%-
XYZ25.0439.7727.83-
YUV147.39118.7472.8-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.90%
GREEN value IS 190 (74.61% from 255) = 48.59%
BLUE value IS 131 (51.56% from 255) = 33.50%
R=17.90%
G=48.59%
B=33.50%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal701901310.6300.310.25150.54850.98
Hex46BE833F01F19963033
Octal10627620377037312266063
Binary100011010111110100000111111110111111100110010110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46BE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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