#4BCB6B

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

Shades of Emerald #4BCB6B

Tints of Emerald #4BCB6B

Color information

#4BCB6B (or 0x4BCB6B) is unknown color: approx Emerald. HEX triplet: 4B, CB and 6B. RGB value is (75,203,107). Sum of RGB (Red+Green+Blue) = 75+203+107=385 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.48% from 385); Green value is 203 (79.69% from 255 or 52.73% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 203 - color contains mainly: green. Hex color #4BCB6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BCB6B is #B43494. Grayscale: #9A9A9A. Windows color (decimal): -11809941 or 7064395. OLE color: 7064395.

HSL color Cylindrical-coordinate representation of color #4BCB6B: hue angle of 135º 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 #4BCB6B is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB75203107-
CMYK0.6300.470.20
HSL135º55.17%54.51%-
HSV(B)135º63.05%79.61%-
XYZ26.9145.2721.23-
YUV153.78101.5971.81-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.48%
GREEN value IS 203 (79.69% from 255) = 52.73%
BLUE value IS 107 (42.19% from 255) = 27.79%
R=19.48%
G=52.73%
B=27.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal752031070.6300.470.2013555.1754.51
Hex4BCB6B3F02F14873737
Octal11331315377057242076767
Binary100101111001011110101111111101011111010010000111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BCB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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