#46E985

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

Shades of Emerald #46E985

Tints of Emerald #46E985

Color information

#46E985 (or 0x46E985) is unknown color: approx Emerald. HEX triplet: 46, E9 and 85. RGB value is (70,233,133). Sum of RGB (Red+Green+Blue) = 70+233+133=436 (57% of max value = 765). Red value is 70 (27.73% from 255 or 16.06% from 436); Green value is 233 (91.41% from 255 or 53.44% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 233 - color contains mainly: green. Hex color #46E985 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46E985 is #B9167A. Grayscale: #ADADAD. Windows color (decimal): -12129915 or 8776006. OLE color: 8776006.

HSL color Cylindrical-coordinate representation of color #46E985: hue angle of 143.19º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46E985 is Cyan = 0.70, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.

Color convert

RGB70233133-
CMYK0.7000.430.09
HSL143.19º78.74%59.41%-
HSV(B)143.19º69.96%91.37%-
XYZ35.961.2732.13-
YUV172.86105.554.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.06%
GREEN value IS 233 (91.41% from 255) = 53.44%
BLUE value IS 133 (52.34% from 255) = 30.50%
R=16.06%
G=53.44%
B=30.50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal702331330.7000.430.09143.1978.7459.41
Hex46E9854602B98f4f3b
Octal1063512051060531121711773
Binary10001101110100110000101100011001010111001100011111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,233,133); }

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

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

 a { background-color: rgb(70,233,133); }

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

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

 span { border-color: rgb(70,233,133); }

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