#4DC864

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

Shades of Emerald #4DC864

Tints of Emerald #4DC864

Color information

#4DC864 (or 0x4DC864) is unknown color: approx Emerald. HEX triplet: 4D, C8 and 64. RGB value is (77,200,100). Sum of RGB (Red+Green+Blue) = 77+200+100=377 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.42% from 377); Green value is 200 (78.52% from 255 or 53.05% from 377); Blue value is 100 (39.45% from 255 or 26.53% from 377); Max value from RGB is 200 - color contains mainly: green. Hex color #4DC864 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC864 is #B2379B. Grayscale: #989898. Windows color (decimal): -11679644 or 6604877. OLE color: 6604877.

HSL color Cylindrical-coordinate representation of color #4DC864: hue angle of 131.22º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC864 is Cyan = 0.62, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB77200100-
CMYK0.6200.50.22
HSL131.22º52.79%54.31%-
HSV(B)131.22º61.5%78.43%-
XYZ26.0243.8119.14-
YUV151.8298.7574.63-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.42%
GREEN value IS 200 (78.52% from 255) = 53.05%
BLUE value IS 100 (39.45% from 255) = 26.53%
R=20.42%
G=53.05%
B=26.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal772001000.6200.50.22131.2252.7954.31
Hex4DC8643E03216833536
Octal11531014476062262036566
Binary100110111001000110010011111001100101011010000011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,200,100); }

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

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

 a { background-color: rgb(77,200,100); }

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

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

 span { border-color: rgb(77,200,100); }

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