#4DC464

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

Shades of Emerald #4DC464

Tints of Emerald #4DC464

Color information

#4DC464 (or 0x4DC464) is unknown color: approx Emerald. HEX triplet: 4D, C4 and 64. RGB value is (77,196,100). Sum of RGB (Red+Green+Blue) = 77+196+100=373 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.64% from 373); Green value is 196 (76.95% from 255 or 52.55% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC464 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC464 is #B23B9B. Grayscale: #959595. Windows color (decimal): -11680668 or 6603853. OLE color: 6603853.

HSL color Cylindrical-coordinate representation of color #4DC464: hue angle of 131.6º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC464 is Cyan = 0.61, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB77196100-
CMYK0.6100.490.23
HSL131.6º50.21%53.53%-
HSV(B)131.6º60.71%76.86%-
XYZ25.141.9818.84-
YUV149.48100.0876.31-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.64%
GREEN value IS 196 (76.95% from 255) = 52.55%
BLUE value IS 100 (39.45% from 255) = 26.81%
R=20.64%
G=52.55%
B=26.81%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal771961000.6100.490.23131.650.2153.53
Hex4DC4643D03117843236
Octal11530414475061272046266
Binary100110111000100110010011110101100011011110000100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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