#46F081

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

Shades of Emerald #46F081

Tints of Emerald #46F081

Color information

#46F081 (or 0x46F081) is unknown color: approx Emerald. HEX triplet: 46, F0 and 81. RGB value is (70,240,129). Sum of RGB (Red+Green+Blue) = 70+240+129=439 (58% of max value = 765). Red value is 70 (27.73% from 255 or 15.95% from 439); Green value is 240 (94.14% from 255 or 54.67% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 240 - color contains mainly: green. Hex color #46F081 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46F081 is #B90F7E. Grayscale: #B0B0B0. Windows color (decimal): -12128127 or 8515654. OLE color: 8515654.

HSL color Cylindrical-coordinate representation of color #46F081: hue angle of 140.82º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46F081 is Cyan = 0.71, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB70240129-
CMYK0.7100.460.06
HSL140.82º85%60.78%-
HSV(B)140.82º70.83%94.12%-
XYZ37.6565.2131.37-
YUV176.52101.1852.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.95%
GREEN value IS 240 (94.14% from 255) = 54.67%
BLUE value IS 129 (50.78% from 255) = 29.38%
R=15.95%
G=54.67%
B=29.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal702401290.7100.460.06140.828560.78
Hex46F0814702E68d553d
Octal106360201107056621512575
Binary1000110111100001000000110001110101110110100011011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46F081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,240,129); }

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

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

 a { background-color: rgb(70,240,129); }

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

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

 span { border-color: rgb(70,240,129); }

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