#46D25F

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

Shades of Emerald #46D25F

Tints of Emerald #46D25F

Color information

#46D25F (or 0x46D25F) is unknown color: approx Emerald. HEX triplet: 46, D2 and 5F. RGB value is (70,210,95). Sum of RGB (Red+Green+Blue) = 70+210+95=375 (49% of max value = 765). Red value is 70 (27.73% from 255 or 18.67% from 375); Green value is 210 (82.42% from 255 or 56% from 375); Blue value is 95 (37.5% from 255 or 25.33% from 375); Max value from RGB is 210 - color contains mainly: green. Hex color #46D25F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46D25F is #B92DA0. Grayscale: #9B9B9B. Windows color (decimal): -12135841 or 6279750. OLE color: 6279750.

HSL color Cylindrical-coordinate representation of color #46D25F: hue angle of 130.71º 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 #46D25F is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB7021095-
CMYK0.6700.550.18
HSL130.71º60.87%54.9%-
HSV(B)130.71º66.67%82.35%-
XYZ27.6448.2218.68-
YUV155.0394.1267.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 18.67%
GREEN value IS 210 (82.42% from 255) = 56%
BLUE value IS 95 (37.5% from 255) = 25.33%
R=18.67%
G=56%
B=25.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal70210950.6700.550.18130.7160.8754.9
Hex46D25F4303712833d37
Octal106322137103067222037567
Binary1000110110100101011111100001101101111001010000011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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