#4BC26A

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

Shades of Emerald #4BC26A

Tints of Emerald #4BC26A

Color information

#4BC26A (or 0x4BC26A) is unknown color: approx Emerald. HEX triplet: 4B, C2 and 6A. RGB value is (75,194,106). Sum of RGB (Red+Green+Blue) = 75+194+106=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 194 (76.17% from 255 or 51.73% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 194 - color contains mainly: green. Hex color #4BC26A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC26A is #B43D95. Grayscale: #949494. Windows color (decimal): -11812246 or 6996555. OLE color: 6996555.

HSL color Cylindrical-coordinate representation of color #4BC26A: hue angle of 135.63º 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 #4BC26A is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB75194106-
CMYK0.6100.450.24
HSL135.63º49.38%52.75%-
HSV(B)135.63º61.34%76.08%-
XYZ24.7941.1220.27-
YUV148.39104.0875.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20%
GREEN value IS 194 (76.17% from 255) = 51.73%
BLUE value IS 106 (41.80% from 255) = 28.27%
R=20%
G=51.73%
B=28.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal751941060.6100.450.24135.6349.3852.75
Hex4BC26A3D02D18883135
Octal11330215275055302106165
Binary100101111000010110101011110101011011100010001000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,194,106); }

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

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

 a { background-color: rgb(75,194,106); }

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

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

 span { border-color: rgb(75,194,106); }

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