#4DD480

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

Shades of Emerald #4DD480

Tints of Emerald #4DD480

Color information

#4DD480 (or 0x4DD480) is unknown color: approx Emerald. HEX triplet: 4D, D4 and 80. RGB value is (77,212,128). Sum of RGB (Red+Green+Blue) = 77+212+128=417 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.47% from 417); Green value is 212 (83.20% from 255 or 50.84% from 417); Blue value is 128 (50.39% from 255 or 30.70% from 417); Max value from RGB is 212 - color contains mainly: green. Hex color #4DD480 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DD480 is #B22B7F. Grayscale: #A2A2A2. Windows color (decimal): -11676544 or 8442957. OLE color: 8442957.

HSL color Cylindrical-coordinate representation of color #4DD480: hue angle of 142.67º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4DD480 is Cyan = 0.64, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.17.

Color convert

RGB77212128-
CMYK0.6400.400.17
HSL142.67º61.09%56.67%-
HSV(B)142.67º63.68%83.14%-
XYZ30.550.2228.51-
YUV162.06108.7767.33-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.47%
GREEN value IS 212 (83.20% from 255) = 50.84%
BLUE value IS 128 (50.39% from 255) = 30.70%
R=18.47%
G=50.84%
B=30.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal772121280.6400.400.17142.6761.0956.67
Hex4DD48040028118f3d39
Octal115324200100050212177571
Binary10011011101010010000000100000001010001000110001111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DD480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,212,128); }

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

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

 a { background-color: rgb(77,212,128); }

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

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

 span { border-color: rgb(77,212,128); }

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