#4DD668

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

Shades of Emerald #4DD668

Tints of Emerald #4DD668

Color information

#4DD668 (or 0x4DD668) is unknown color: approx Emerald. HEX triplet: 4D, D6 and 68. RGB value is (77,214,104). Sum of RGB (Red+Green+Blue) = 77+214+104=395 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.49% from 395); Green value is 214 (83.98% from 255 or 54.18% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 214 - color contains mainly: green. Hex color #4DD668 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DD668 is #B22997. Grayscale: #A0A0A0. Windows color (decimal): -11676056 or 6870605. OLE color: 6870605.

HSL color Cylindrical-coordinate representation of color #4DD668: hue angle of 131.82º 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 #4DD668 is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB77214104-
CMYK0.6400.510.16
HSL131.82º62.56%57.06%-
HSV(B)131.82º64.02%83.92%-
XYZ29.6150.6721.32-
YUV160.596.1168.44-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.49%
GREEN value IS 214 (83.98% from 255) = 54.18%
BLUE value IS 104 (41.02% from 255) = 26.33%
R=19.49%
G=54.18%
B=26.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal772141040.6400.510.16131.8262.5657.06
Hex4DD6684003310843f39
Octal115326150100063202047771
Binary1001101110101101101000100000001100111000010000100111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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