#4DD66A

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

Shades of Emerald #4DD66A

Tints of Emerald #4DD66A

Color information

#4DD66A (or 0x4DD66A) is unknown color: approx Emerald. HEX triplet: 4D, D6 and 6A. RGB value is (77,214,106). Sum of RGB (Red+Green+Blue) = 77+214+106=397 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.40% from 397); Green value is 214 (83.98% from 255 or 53.90% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 214 - color contains mainly: green. Hex color #4DD66A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD66A is #B22995. Grayscale: #A1A1A1. Windows color (decimal): -11676054 or 7001677. OLE color: 7001677.

HSL color Cylindrical-coordinate representation of color #4DD66A: hue angle of 132.7º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD66A is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB77214106-
CMYK0.6400.500.16
HSL132.7º62.56%57.06%-
HSV(B)132.7º64.02%83.92%-
XYZ29.7150.7121.86-
YUV160.7297.1168.28-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.40%
GREEN value IS 214 (83.98% from 255) = 53.90%
BLUE value IS 106 (41.80% from 255) = 26.70%
R=19.40%
G=53.90%
B=26.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal772141060.6400.500.16132.762.5657.06
Hex4DD66A4003210853f39
Octal115326152100062202057771
Binary1001101110101101101010100000001100101000010000101111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,214,106); }

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

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

 a { background-color: rgb(77,214,106); }

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

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

 span { border-color: rgb(77,214,106); }

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