#4CDC8B

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

Shades of Emerald #4CDC8B

Tints of Emerald #4CDC8B

Color information

#4CDC8B (or 0x4CDC8B) is unknown color: approx Emerald. HEX triplet: 4C, DC and 8B. RGB value is (76,220,139). Sum of RGB (Red+Green+Blue) = 76+220+139=435 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.47% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 139 (54.69% from 255 or 31.95% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #4CDC8B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDC8B is #B32374. Grayscale: #A7A7A7. Windows color (decimal): -11740021 or 9165900. OLE color: 9165900.

HSL color Cylindrical-coordinate representation of color #4CDC8B: hue angle of 146.25º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CDC8B is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB76220139-
CMYK0.6500.370.14
HSL146.25º67.29%58.04%-
HSV(B)146.25º65.45%86.27%-
XYZ33.2354.5933.21-
YUV167.71111.7962.59-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.47%
GREEN value IS 220 (86.33% from 255) = 50.57%
BLUE value IS 139 (54.69% from 255) = 31.95%
R=17.47%
G=50.57%
B=31.95%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal762201390.6500.370.14146.2567.2958.04
Hex4CDC8B41025E92433a
Octal1143342131010451622210372
Binary10011001101110010001011100000101001011110100100101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,220,139); }

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

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

 a { background-color: rgb(76,220,139); }

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

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

 span { border-color: rgb(76,220,139); }

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