#4EBD74

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

Shades of Emerald #4EBD74

Tints of Emerald #4EBD74

Color information

#4EBD74 (or 0x4EBD74) is unknown color: approx Emerald. HEX triplet: 4E, BD and 74. RGB value is (78,189,116). Sum of RGB (Red+Green+Blue) = 78+189+116=383 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.37% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #4EBD74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EBD74 is #B1428B. Grayscale: #939393. Windows color (decimal): -11616908 or 7650638. OLE color: 7650638.

HSL color Cylindrical-coordinate representation of color #4EBD74: hue angle of 140.54º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4EBD74 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB78189116-
CMYK0.5900.390.26
HSL140.54º45.68%52.35%-
HSV(B)140.54º58.73%74.12%-
XYZ24.4939.2822.81-
YUV147.49110.2378.44-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 20.37%
GREEN value IS 189 (74.22% from 255) = 49.35%
BLUE value IS 116 (45.70% from 255) = 30.29%
R=20.37%
G=49.35%
B=30.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal781891160.5900.390.26140.5445.6852.35
Hex4EBD743B0271A8d2e34
Octal11627516473047322155664
Binary100111010111101111010011101101001111101010001101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EBD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,189,116); }

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

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

 a { background-color: rgb(78,189,116); }

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

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

 span { border-color: rgb(78,189,116); }

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