#46C95F

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

Shades of Emerald #46C95F

Tints of Emerald #46C95F

Color information

#46C95F (or 0x46C95F) is unknown color: approx Emerald. HEX triplet: 46, C9 and 5F. RGB value is (70,201,95). Sum of RGB (Red+Green+Blue) = 70+201+95=366 (48% of max value = 765). Red value is 70 (27.73% from 255 or 19.13% from 366); Green value is 201 (78.91% from 255 or 54.92% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 201 - color contains mainly: green. Hex color #46C95F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #46C95F is #B936A0. Grayscale: #969696. Windows color (decimal): -12138145 or 6277446. OLE color: 6277446.

HSL color Cylindrical-coordinate representation of color #46C95F: hue angle of 131.45º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #46C95F is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB7020195-
CMYK0.6500.530.21
HSL131.45º54.81%53.14%-
HSV(B)131.45º65.17%78.82%-
XYZ25.4843.917.96-
YUV149.7597.171.12-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.13%
GREEN value IS 201 (78.91% from 255) = 54.92%
BLUE value IS 95 (37.5% from 255) = 25.96%
R=19.13%
G=54.92%
B=25.96%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal70201950.6500.530.21131.4554.8153.14
Hex46C95F4103515833735
Octal106311137101065252036765
Binary1000110110010011011111100000101101011010110000011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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