#46EE70

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

Shades of Emerald #46EE70

Tints of Emerald #46EE70

Color information

#46EE70 (or 0x46EE70) is unknown color: approx Emerald. HEX triplet: 46, EE and 70. RGB value is (70,238,112). Sum of RGB (Red+Green+Blue) = 70+238+112=420 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.67% from 420); Green value is 238 (93.36% from 255 or 56.67% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 238 - color contains mainly: green. Hex color #46EE70 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #46EE70 is #B9118F. Grayscale: #ADADAD. Windows color (decimal): -12128656 or 7401030. OLE color: 7401030.

HSL color Cylindrical-coordinate representation of color #46EE70: hue angle of 135º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46EE70 is Cyan = 0.71, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB70238112-
CMYK0.7100.530.07
HSL135º83.17%60.39%-
HSV(B)135º70.59%93.33%-
XYZ36.0263.6225.71-
YUV173.493.3454.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.67%
GREEN value IS 238 (93.36% from 255) = 56.67%
BLUE value IS 112 (44.14% from 255) = 26.67%
R=16.67%
G=56.67%
B=26.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal702381120.7100.530.0713583.1760.39
Hex46EE7047035787533c
Octal106356160107065720712374
Binary100011011101110111000010001110110101111100001111010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46EE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,238,112); }

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

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

 a { background-color: rgb(70,238,112); }

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

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

 span { border-color: rgb(70,238,112); }

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