#4DCA67

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

Shades of Emerald #4DCA67

Tints of Emerald #4DCA67

Color information

#4DCA67 (or 0x4DCA67) is unknown color: approx Emerald. HEX triplet: 4D, CA and 67. RGB value is (77,202,103). Sum of RGB (Red+Green+Blue) = 77+202+103=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 202 (79.30% from 255 or 52.88% from 382); Blue value is 103 (40.62% from 255 or 26.96% from 382); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCA67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCA67 is #B23598. Grayscale: #999999. Windows color (decimal): -11679129 or 6801997. OLE color: 6801997.

HSL color Cylindrical-coordinate representation of color #4DCA67: hue angle of 132.48º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCA67 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB77202103-
CMYK0.6200.490.21
HSL132.48º54.11%54.71%-
HSV(B)132.48º61.88%79.22%-
XYZ26.6344.820.08-
YUV153.3499.5973.55-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.16%
GREEN value IS 202 (79.30% from 255) = 52.88%
BLUE value IS 103 (40.62% from 255) = 26.96%
R=20.16%
G=52.88%
B=26.96%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal772021030.6200.490.21132.4854.1154.71
Hex4DCA673E03115843637
Octal11531214776061252046667
Binary100110111001010110011111111001100011010110000100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,202,103); }

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

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

 a { background-color: rgb(77,202,103); }

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

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

 span { border-color: rgb(77,202,103); }

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