#46E761

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

Shades of Emerald #46E761

Tints of Emerald #46E761

Color information

#46E761 (or 0x46E761) is unknown color: approx Emerald. HEX triplet: 46, E7 and 61. RGB value is (70,231,97). Sum of RGB (Red+Green+Blue) = 70+231+97=398 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.59% from 398); Green value is 231 (90.62% from 255 or 58.04% from 398); Blue value is 97 (38.28% from 255 or 24.37% from 398); Max value from RGB is 231 - color contains mainly: green. Hex color #46E761 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #46E761 is #B9189E. Grayscale: #A7A7A7. Windows color (decimal): -12130463 or 6416198. OLE color: 6416198.

HSL color Cylindrical-coordinate representation of color #46E761: hue angle of 130.06º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46E761 is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.

Color convert

RGB7023197-
CMYK0.7000.580.09
HSL130.06º77.03%59.02%-
HSV(B)130.06º69.7%90.59%-
XYZ33.2659.3221.01-
YUV167.5888.1658.4-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 17.59%
GREEN value IS 231 (90.62% from 255) = 58.04%
BLUE value IS 97 (38.28% from 255) = 24.37%
R=17.59%
G=58.04%
B=24.37%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal70231970.7000.580.09130.0677.0359.02
Hex46E7614603A9824d3b
Octal1063471411060721120211573
Binary1000110111001111100001100011001110101001100000101001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46E761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,231,97); }

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

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

 a { background-color: rgb(70,231,97); }

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

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

 span { border-color: rgb(70,231,97); }

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