#4BCB85

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

Shades of Emerald #4BCB85

Tints of Emerald #4BCB85

Color information

#4BCB85 (or 0x4BCB85) is unknown color: approx Emerald. HEX triplet: 4B, CB and 85. RGB value is (75,203,133). Sum of RGB (Red+Green+Blue) = 75+203+133=411 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.25% from 411); Green value is 203 (79.69% from 255 or 49.39% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCB85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCB85 is #B4347A. Grayscale: #9C9C9C. Windows color (decimal): -11809915 or 8768331. OLE color: 8768331.

HSL color Cylindrical-coordinate representation of color #4BCB85: hue angle of 147.19º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCB85 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB75203133-
CMYK0.6300.340.20
HSL147.19º55.17%54.51%-
HSV(B)147.19º63.05%79.61%-
XYZ28.4945.929.55-
YUV156.75114.5969.69-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.25%
GREEN value IS 203 (79.69% from 255) = 49.39%
BLUE value IS 133 (52.34% from 255) = 32.36%
R=18.25%
G=49.39%
B=32.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal752031330.6300.340.20147.1955.1754.51
Hex4BCB853F02214933737
Octal11331320577042242236767
Binary1001011110010111000010111111101000101010010010011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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