#46CF6E

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

Shades of Emerald #46CF6E

Tints of Emerald #46CF6E

Color information

#46CF6E (or 0x46CF6E) is unknown color: approx Emerald. HEX triplet: 46, CF and 6E. RGB value is (70,207,110). Sum of RGB (Red+Green+Blue) = 70+207+110=387 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.09% from 387); Green value is 207 (81.25% from 255 or 53.49% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 207 - color contains mainly: green. Hex color #46CF6E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46CF6E is #B93091. Grayscale: #9B9B9B. Windows color (decimal): -12136594 or 7262022. OLE color: 7262022.

HSL color Cylindrical-coordinate representation of color #46CF6E: hue angle of 137.52º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CF6E is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB70207110-
CMYK0.6600.470.19
HSL137.52º58.8%54.31%-
HSV(B)137.52º66.18%81.18%-
XYZ27.6547.0522.38-
YUV154.98102.6167.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.09%
GREEN value IS 207 (81.25% from 255) = 53.49%
BLUE value IS 110 (43.36% from 255) = 28.42%
R=18.09%
G=53.49%
B=28.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal702071100.6600.470.19137.5258.854.31
Hex46CF6E4202F138a3b36
Octal106317156102057232127366
Binary1000110110011111101110100001001011111001110001010111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,207,110); }

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

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

 a { background-color: rgb(70,207,110); }

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

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

 span { border-color: rgb(70,207,110); }

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