#4DDA64

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

Shades of Emerald #4DDA64

Tints of Emerald #4DDA64

Color information

#4DDA64 (or 0x4DDA64) is unknown color: approx Emerald. HEX triplet: 4D, DA and 64. RGB value is (77,218,100). Sum of RGB (Red+Green+Blue) = 77+218+100=395 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.49% from 395); Green value is 218 (85.55% from 255 or 55.19% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDA64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DDA64 is #B2259B. Grayscale: #A2A2A2. Windows color (decimal): -11675036 or 6609485. OLE color: 6609485.

HSL color Cylindrical-coordinate representation of color #4DDA64: hue angle of 129.79º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDA64 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB77218100-
CMYK0.6500.540.15
HSL129.79º65.58%57.84%-
HSV(B)129.79º64.68%85.49%-
XYZ30.4352.6420.61-
YUV162.3992.7967.09-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.49%
GREEN value IS 218 (85.55% from 255) = 55.19%
BLUE value IS 100 (39.45% from 255) = 25.32%
R=19.49%
G=55.19%
B=25.32%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal772181000.6500.540.15129.7965.5857.84
Hex4DDA6441036F82423a
Octal1153321441010661720210272
Binary1001101110110101100100100000101101101111100000101000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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