#4DDA66

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

Shades of Emerald #4DDA66

Tints of Emerald #4DDA66

Color information

#4DDA66 (or 0x4DDA66) is unknown color: approx Emerald. HEX triplet: 4D, DA and 66. RGB value is (77,218,102). Sum of RGB (Red+Green+Blue) = 77+218+102=397 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.40% from 397); Green value is 218 (85.55% from 255 or 54.91% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 218 - color contains mainly: green. Hex color #4DDA66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DDA66 is #B22599. Grayscale: #A2A2A2. Windows color (decimal): -11675034 or 6740557. OLE color: 6740557.

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

Color convert

RGB77218102-
CMYK0.6500.530.15
HSL130.64º65.58%57.84%-
HSV(B)130.64º64.68%85.49%-
XYZ30.5352.6821.13-
YUV162.6293.7966.93-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.40%
GREEN value IS 218 (85.55% from 255) = 54.91%
BLUE value IS 102 (40.23% from 255) = 25.69%
R=19.40%
G=54.91%
B=25.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal772181020.6500.530.15130.6465.5857.84
Hex4DDA6641035F83423a
Octal1153321461010651720310272
Binary1001101110110101100110100000101101011111100000111000010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DDA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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