#4DCA68

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

Shades of Emerald #4DCA68

Tints of Emerald #4DCA68

Color information

#4DCA68 (or 0x4DCA68) is unknown color: approx Emerald. HEX triplet: 4D, CA and 68. RGB value is (77,202,104). Sum of RGB (Red+Green+Blue) = 77+202+104=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 202 (79.30% from 255 or 52.74% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 202 - color contains mainly: green. Hex color #4DCA68 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DCA68 is #B23597. Grayscale: #999999. Windows color (decimal): -11679128 or 6867533. OLE color: 6867533.

HSL color Cylindrical-coordinate representation of color #4DCA68: hue angle of 132.96º 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 #4DCA68 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB77202104-
CMYK0.6200.490.21
HSL132.96º54.11%54.71%-
HSV(B)132.96º61.88%79.22%-
XYZ26.6844.8220.34-
YUV153.45100.0973.47-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.10%
GREEN value IS 202 (79.30% from 255) = 52.74%
BLUE value IS 104 (41.02% from 255) = 27.15%
R=20.10%
G=52.74%
B=27.15%

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
Decimal772021040.6200.490.21132.9654.1154.71
Hex4DCA683E03115853637
Octal11531215076061252056667
Binary100110111001010110100011111001100011010110000101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DCA68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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