#49E664

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

Shades of Emerald #49E664

Tints of Emerald #49E664

Color information

#49E664 (or 0x49E664) is unknown color: approx Emerald. HEX triplet: 49, E6 and 64. RGB value is (73,230,100). Sum of RGB (Red+Green+Blue) = 73+230+100=403 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.11% from 403); Green value is 230 (90.23% from 255 or 57.07% from 403); Blue value is 100 (39.45% from 255 or 24.81% from 403); Max value from RGB is 230 - color contains mainly: green. Hex color #49E664 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #49E664 is #B6199B. Grayscale: #A8A8A8. Windows color (decimal): -11934108 or 6612553. OLE color: 6612553.

HSL color Cylindrical-coordinate representation of color #49E664: hue angle of 130.32º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49E664 is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB73230100-
CMYK0.6800.570.10
HSL130.32º75.85%59.41%-
HSV(B)130.32º68.26%90.2%-
XYZ33.3458.9321.67-
YUV168.2489.4960.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 18.11%
GREEN value IS 230 (90.23% from 255) = 57.07%
BLUE value IS 100 (39.45% from 255) = 24.81%
R=18.11%
G=57.07%
B=24.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal732301000.6800.570.10130.3275.8559.41
Hex49E66444039A824c3b
Octal1113461441040711220211473
Binary1001001111001101100100100010001110011010100000101001100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49E664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49E664; }

 p { color: rgb(73,230,100); }

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

<style>
 a { background-color: #49E664; }

 a { background-color: rgb(73,230,100); }

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

<style>
 span { border-color: #49E664; }

 span { border-color: rgb(73,230,100); }

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