#4CDE74

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

Shades of Emerald #4CDE74

Tints of Emerald #4CDE74

Color information

#4CDE74 (or 0x4CDE74) is unknown color: approx Emerald. HEX triplet: 4C, DE and 74. RGB value is (76,222,116). Sum of RGB (Red+Green+Blue) = 76+222+116=414 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.36% from 414); Green value is 222 (87.11% from 255 or 53.62% from 414); Blue value is 116 (45.70% from 255 or 28.02% from 414); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDE74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDE74 is #B3218B. Grayscale: #A6A6A6. Windows color (decimal): -11739532 or 7659084. OLE color: 7659084.

HSL color Cylindrical-coordinate representation of color #4CDE74: hue angle of 136.44º degrees, saturation: 0.69, 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 #4CDE74 is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB76222116-
CMYK0.6600.480.13
HSL136.44º68.87%58.43%-
HSV(B)136.44º65.77%87.06%-
XYZ32.2555.0425.45-
YUV166.2699.6363.62-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 18.36%
GREEN value IS 222 (87.11% from 255) = 53.62%
BLUE value IS 116 (45.70% from 255) = 28.02%
R=18.36%
G=53.62%
B=28.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal762221160.6600.480.13136.4468.8758.43
Hex4CDE7442030D88453a
Octal1143361641020601521010572
Binary1001100110111101110100100001001100001101100010001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDE74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,222,116); }

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

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

 a { background-color: rgb(76,222,116); }

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

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

 span { border-color: rgb(76,222,116); }

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