#46F485

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

Shades of Emerald #46F485

Tints of Emerald #46F485

Color information

#46F485 (or 0x46F485) is unknown color: approx Emerald. HEX triplet: 46, F4 and 85. RGB value is (70,244,133). Sum of RGB (Red+Green+Blue) = 70+244+133=447 (59% of max value = 765). Red value is 70 (27.73% from 255 or 15.66% from 447); Green value is 244 (95.70% from 255 or 54.59% from 447); Blue value is 133 (52.34% from 255 or 29.75% from 447); Max value from RGB is 244 - color contains mainly: green. Hex color #46F485 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #46F485 is #B90B7A. Grayscale: #B3B3B3. Windows color (decimal): -12127099 or 8778822. OLE color: 8778822.

HSL color Cylindrical-coordinate representation of color #46F485: hue angle of 141.72º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #46F485 is Cyan = 0.71, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB70244133-
CMYK0.7100.450.04
HSL141.72º88.78%61.57%-
HSV(B)141.72º71.31%95.69%-
XYZ39.1167.733.2-
YUV179.32101.8550.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.66%
GREEN value IS 244 (95.70% from 255) = 54.59%
BLUE value IS 133 (52.34% from 255) = 29.75%
R=15.66%
G=54.59%
B=29.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal702441330.7100.450.04141.7288.7861.57
Hex46F4854702D48e593e
Octal106364205107055421613176
Binary1000110111101001000010110001110101101100100011101011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46F485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,244,133); }

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

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

 a { background-color: rgb(70,244,133); }

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

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

 span { border-color: rgb(70,244,133); }

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