#4cd164

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

Shades of Emerald #4CD164

Tints of Emerald #4CD164

Color information

#4CD164 (or 0x4CD164) is unknown color: approx Emerald. HEX triplet: 4C, D1 and 64. RGB value is (76,209,100). Sum of RGB (Red+Green+Blue) = 76+209+100=385 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.74% from 385); Green value is 209 (82.03% from 255 or 54.29% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 209 - color contains mainly: green. Hex color #4CD164 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CD164 is #B32E9B. Grayscale: #9D9D9D. Windows color (decimal): -11742876 or 6607180. OLE color: 6607180.

HSL color Cylindrical-coordinate representation of color #4CD164: hue angle of 130.83º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CD164 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB76209100-
CMYK0.6400.520.18
HSL130.83º59.11%55.88%-
HSV(B)130.83º63.64%81.96%-
XYZ28.0848.0619.85-
YUV156.8195.9470.36-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.74%
GREEN value IS 209 (82.03% from 255) = 54.29%
BLUE value IS 100 (39.45% from 255) = 25.97%
R=19.74%
G=54.29%
B=25.97%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal762091000.6400.520.18130.8359.1155.88
Hex4CD1644003412833b38
Octal114321144100064222037370
Binary1001100110100011100100100000001101001001010000011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cd164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4cd164; }

 p { color: rgb(76,209,100); }

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

<style>
 a { background-color: #4cd164; }

 a { background-color: rgb(76,209,100); }

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

<style>
 span { border-color: #4cd164; }

 span { border-color: rgb(76,209,100); }

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