#4DDA65

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

Shades of Emerald #4DDA65

Tints of Emerald #4DDA65

Color information

#4DDA65 (or 0x4DDA65) is unknown color: approx Emerald. HEX triplet: 4D, DA and 65. RGB value is (77,218,101). Sum of RGB (Red+Green+Blue) = 77+218+101=396 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.44% from 396); Green value is 218 (85.55% from 255 or 55.05% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDA65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DDA65 is #B2259A. Grayscale: #A2A2A2. Windows color (decimal): -11675035 or 6675021. OLE color: 6675021.

HSL color Cylindrical-coordinate representation of color #4DDA65: hue angle of 130.21º 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 #4DDA65 is Cyan = 0.65, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB77218101-
CMYK0.6500.540.15
HSL130.21º65.58%57.84%-
HSV(B)130.21º64.68%85.49%-
XYZ30.4852.6620.87-
YUV162.593.2967.01-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.44%
GREEN value IS 218 (85.55% from 255) = 55.05%
BLUE value IS 101 (39.84% from 255) = 25.51%
R=19.44%
G=55.05%
B=25.51%

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
Decimal772181010.6500.540.15130.2165.5857.84
Hex4DDA6541036F82423a
Octal1153321451010661720210272
Binary1001101110110101100101100000101101101111100000101000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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