#4BC185

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

Shades of Emerald #4BC185

Tints of Emerald #4BC185

Color information

#4BC185 (or 0x4BC185) is unknown color: approx Emerald. HEX triplet: 4B, C1 and 85. RGB value is (75,193,133). Sum of RGB (Red+Green+Blue) = 75+193+133=401 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.70% from 401); Green value is 193 (75.78% from 255 or 48.13% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 193 - color contains mainly: green. Hex color #4BC185 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC185 is #B43E7A. Grayscale: #979797. Windows color (decimal): -11812475 or 8765771. OLE color: 8765771.

HSL color Cylindrical-coordinate representation of color #4BC185: hue angle of 149.49º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BC185 is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB75193133-
CMYK0.6100.310.24
HSL149.49º48.76%52.55%-
HSV(B)149.49º61.14%75.69%-
XYZ26.2141.3328.79-
YUV150.88117.9173.88-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.70%
GREEN value IS 193 (75.78% from 255) = 48.13%
BLUE value IS 133 (52.34% from 255) = 33.17%
R=18.70%
G=48.13%
B=33.17%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal751931330.6100.310.24149.4948.7652.55
Hex4BC1853D01F18953135
Octal11330120575037302256165
Binary100101111000001100001011111010111111100010010101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,193,133); }

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

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

 a { background-color: rgb(75,193,133); }

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

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

 span { border-color: rgb(75,193,133); }

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