#4bc071

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

Shades of Emerald #4BC071

Tints of Emerald #4BC071

Color information

#4BC071 (or 0x4BC071) is unknown color: approx Emerald. HEX triplet: 4B, C0 and 71. RGB value is (75,192,113). Sum of RGB (Red+Green+Blue) = 75+192+113=380 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.74% from 380); Green value is 192 (75.39% from 255 or 50.53% from 380); Blue value is 113 (44.53% from 255 or 29.74% from 380); Max value from RGB is 192 - color contains mainly: green. Hex color #4BC071 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC071 is #B43F8E. Grayscale: #949494. Windows color (decimal): -11812751 or 7454795. OLE color: 7454795.

HSL color Cylindrical-coordinate representation of color #4BC071: hue angle of 139.49º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BC071 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.25.

Color convert

RGB75192113-
CMYK0.6100.410.25
HSL139.49º48.15%52.35%-
HSV(B)139.49º60.94%75.29%-
XYZ24.7340.3922.11-
YUV148.01108.2475.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.74%
GREEN value IS 192 (75.39% from 255) = 50.53%
BLUE value IS 113 (44.53% from 255) = 29.74%
R=19.74%
G=50.53%
B=29.74%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal751921130.6100.410.25139.4948.1552.35
Hex4BC0713D029198b3034
Octal11330016175051312136064
Binary100101111000000111000111110101010011100110001011110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4bc071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,192,113); }

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

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

 a { background-color: rgb(75,192,113); }

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

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

 span { border-color: rgb(75,192,113); }

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