#46D75F

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

Shades of Emerald #46D75F

Tints of Emerald #46D75F

Color information

#46D75F (or 0x46D75F) is unknown color: approx Emerald. HEX triplet: 46, D7 and 5F. RGB value is (70,215,95). Sum of RGB (Red+Green+Blue) = 70+215+95=380 (50% of max value = 765). Red value is 70 (27.73% from 255 or 18.42% from 380); Green value is 215 (84.38% from 255 or 56.58% from 380); Blue value is 95 (37.5% from 255 or 25% from 380); Max value from RGB is 215 - color contains mainly: green. Hex color #46D75F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D75F is #B928A0. Grayscale: #9E9E9E. Windows color (decimal): -12134561 or 6281030. OLE color: 6281030.

HSL color Cylindrical-coordinate representation of color #46D75F: hue angle of 130.34º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D75F is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB7021595-
CMYK0.6700.560.16
HSL130.34º64.44%55.88%-
HSV(B)130.34º67.44%84.31%-
XYZ28.8950.7319.1-
YUV157.9692.4665.26-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.42%
GREEN value IS 215 (84.38% from 255) = 56.58%
BLUE value IS 95 (37.5% from 255) = 25%
R=18.42%
G=56.58%
B=25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal70215950.6700.560.16130.3464.4455.88
Hex46D75F4303810824038
Octal1063271371030702020210070
Binary10001101101011110111111000011011100010000100000101000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,215,95); }

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

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

 a { background-color: rgb(70,215,95); }

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

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

 span { border-color: rgb(70,215,95); }

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