#46DF7C

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

Shades of Emerald #46DF7C

Tints of Emerald #46DF7C

Color information

#46DF7C (or 0x46DF7C) is unknown color: approx Emerald. HEX triplet: 46, DF and 7C. RGB value is (70,223,124). Sum of RGB (Red+Green+Blue) = 70+223+124=417 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.79% from 417); Green value is 223 (87.5% from 255 or 53.48% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 223 - color contains mainly: green. Hex color #46DF7C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46DF7C is #B92083. Grayscale: #A6A6A6. Windows color (decimal): -12132484 or 8183622. OLE color: 8183622.

HSL color Cylindrical-coordinate representation of color #46DF7C: hue angle of 141.18º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #46DF7C is Cyan = 0.69, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB70223124-
CMYK0.6900.440.13
HSL141.18º70.51%57.45%-
HSV(B)141.18º68.61%87.45%-
XYZ32.5555.5328.07-
YUV165.97104.3159.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 16.79%
GREEN value IS 223 (87.5% from 255) = 53.48%
BLUE value IS 124 (48.83% from 255) = 29.74%
R=16.79%
G=53.48%
B=29.74%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal702231240.6900.440.13141.1870.5157.45
Hex46DF7C4502CD8d4739
Octal1063371741050541521510771
Binary1000110110111111111100100010101011001101100011011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46DF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,223,124); }

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

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

 a { background-color: rgb(70,223,124); }

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

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

 span { border-color: rgb(70,223,124); }

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