#46D27D

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

Shades of Emerald #46D27D

Tints of Emerald #46D27D

Color information

#46D27D (or 0x46D27D) is unknown color: approx Emerald. HEX triplet: 46, D2 and 7D. RGB value is (70,210,125). Sum of RGB (Red+Green+Blue) = 70+210+125=405 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.28% from 405); Green value is 210 (82.42% from 255 or 51.85% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 210 - color contains mainly: green. Hex color #46D27D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D27D is #B92D82. Grayscale: #9E9E9E. Windows color (decimal): -12135811 or 8245830. OLE color: 8245830.

HSL color Cylindrical-coordinate representation of color #46D27D: hue angle of 143.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D27D is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB70210125-
CMYK0.6700.400.18
HSL143.57º60.87%54.9%-
HSV(B)143.57º66.67%82.35%-
XYZ29.2748.8827.29-
YUV158.45109.1264.91-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.28%
GREEN value IS 210 (82.42% from 255) = 51.85%
BLUE value IS 125 (49.22% from 255) = 30.86%
R=17.28%
G=51.85%
B=30.86%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal702101250.6700.400.18143.5760.8754.9
Hex46D27D4302812903d37
Octal106322175103050222207567
Binary1000110110100101111101100001101010001001010010000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D27D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,210,125); }

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

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

 a { background-color: rgb(70,210,125); }

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

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

 span { border-color: rgb(70,210,125); }

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