#4CDD8E

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

Shades of Emerald #4CDD8E

Tints of Emerald #4CDD8E

Color information

#4CDD8E (or 0x4CDD8E) is unknown color: approx Emerald. HEX triplet: 4C, DD and 8E. RGB value is (76,221,142). Sum of RGB (Red+Green+Blue) = 76+221+142=439 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.31% from 439); Green value is 221 (86.72% from 255 or 50.34% from 439); Blue value is 142 (55.86% from 255 or 32.35% from 439); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDD8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDD8E is #B32271. Grayscale: #A8A8A8. Windows color (decimal): -11739762 or 9362764. OLE color: 9362764.

HSL color Cylindrical-coordinate representation of color #4CDD8E: hue angle of 147.31º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDD8E is Cyan = 0.66, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB76221142-
CMYK0.6600.360.13
HSL147.31º68.08%58.24%-
HSV(B)147.31º65.61%86.67%-
XYZ33.7255.234.47-
YUV168.64112.9661.92-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 17.31%
GREEN value IS 221 (86.72% from 255) = 50.34%
BLUE value IS 142 (55.86% from 255) = 32.35%
R=17.31%
G=50.34%
B=32.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal762211420.6600.360.13147.3168.0858.24
Hex4CDD8E42024D93443a
Octal1143352161020441522310472
Binary10011001101110110001110100001001001001101100100111000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,221,142); }

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

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

 a { background-color: rgb(76,221,142); }

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

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

 span { border-color: rgb(76,221,142); }

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