#4BC463

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

Shades of Emerald #4BC463

Tints of Emerald #4BC463

Color information

#4BC463 (or 0x4BC463) is unknown color: approx Emerald. HEX triplet: 4B, C4 and 63. RGB value is (75,196,99). Sum of RGB (Red+Green+Blue) = 75+196+99=370 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20.27% from 370); Green value is 196 (76.95% from 255 or 52.97% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 196 - color contains mainly: green. Hex color #4BC463 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC463 is #B43B9C. Grayscale: #959595. Windows color (decimal): -11811741 or 6538315. OLE color: 6538315.

HSL color Cylindrical-coordinate representation of color #4BC463: hue angle of 131.9º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC463 is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.

Color convert

RGB7519699-
CMYK0.6200.490.23
HSL131.9º50.63%53.14%-
HSV(B)131.9º61.73%76.86%-
XYZ24.8941.8818.58-
YUV148.7699.9175.39-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 20.27%
GREEN value IS 196 (76.95% from 255) = 52.97%
BLUE value IS 99 (39.06% from 255) = 26.76%
R=20.27%
G=52.97%
B=26.76%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal75196990.6200.490.23131.950.6353.14
Hex4BC4633E03117843335
Octal11330414376061272046365
Binary100101111000100110001111111001100011011110000100110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,196,99); }

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

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

 a { background-color: rgb(75,196,99); }

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

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

 span { border-color: rgb(75,196,99); }

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