#4BBA71

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

Shades of Emerald #4BBA71

Tints of Emerald #4BBA71

Color information

#4BBA71 (or 0x4BBA71) is unknown color: approx Emerald. HEX triplet: 4B, BA and 71. RGB value is (75,186,113). Sum of RGB (Red+Green+Blue) = 75+186+113=374 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.05% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 113 (44.53% from 255 or 30.21% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #4BBA71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BBA71 is #B4458E. Grayscale: #909090. Windows color (decimal): -11814287 or 7453259. OLE color: 7453259.

HSL color Cylindrical-coordinate representation of color #4BBA71: hue angle of 140.54º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBA71 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB75186113-
CMYK0.6000.390.27
HSL140.54º44.58%51.18%-
HSV(B)140.54º59.68%72.94%-
XYZ23.4437.8121.68-
YUV144.49110.2378.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.05%
GREEN value IS 186 (73.05% from 255) = 49.73%
BLUE value IS 113 (44.53% from 255) = 30.21%
R=20.05%
G=49.73%
B=30.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal751861130.6000.390.27140.5444.5851.18
Hex4BBA713C0271B8d2d33
Octal11327216174047332155563
Binary100101110111010111000111110001001111101110001101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BBA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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