#4DC472

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

Shades of Emerald #4DC472

Tints of Emerald #4DC472

Color information

#4DC472 (or 0x4DC472) is unknown color: approx Emerald. HEX triplet: 4D, C4 and 72. RGB value is (77,196,114). Sum of RGB (Red+Green+Blue) = 77+196+114=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 196 (76.95% from 255 or 50.65% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 196 - color contains mainly: green. Hex color #4DC472 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DC472 is #B23B8D. Grayscale: #979797. Windows color (decimal): -11680654 or 7521357. OLE color: 7521357.

HSL color Cylindrical-coordinate representation of color #4DC472: hue angle of 138.66º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4DC472 is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.23.

Color convert

RGB77196114-
CMYK0.6100.420.23
HSL138.66º50.21%53.53%-
HSV(B)138.66º60.71%76.86%-
XYZ25.8442.2722.72-
YUV151.07107.0875.17-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.90%
GREEN value IS 196 (76.95% from 255) = 50.65%
BLUE value IS 114 (44.92% from 255) = 29.46%
R=19.90%
G=50.65%
B=29.46%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal771961140.6100.420.23138.6650.2153.53
Hex4DC4723D02A178b3236
Octal11530416275052272136266
Binary100110111000100111001011110101010101011110001011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DC472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,196,114); }

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

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

 a { background-color: rgb(77,196,114); }

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

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

 span { border-color: rgb(77,196,114); }

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