#4BC67A

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

Shades of Emerald #4BC67A

Tints of Emerald #4BC67A

Color information

#4BC67A (or 0x4BC67A) is unknown color: approx Emerald. HEX triplet: 4B, C6 and 7A. RGB value is (75,198,122). Sum of RGB (Red+Green+Blue) = 75+198+122=395 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.99% from 395); Green value is 198 (77.73% from 255 or 50.13% from 395); Blue value is 122 (48.05% from 255 or 30.89% from 395); Max value from RGB is 198 - color contains mainly: green. Hex color #4BC67A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC67A is #B43985. Grayscale: #989898. Windows color (decimal): -11811206 or 8046155. OLE color: 8046155.

HSL color Cylindrical-coordinate representation of color #4BC67A: hue angle of 142.93º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC67A is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB75198122-
CMYK0.6200.380.22
HSL142.93º51.9%53.53%-
HSV(B)142.93º62.12%77.65%-
XYZ26.6143.2925.37-
YUV152.56110.7572.68-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.99%
GREEN value IS 198 (77.73% from 255) = 50.13%
BLUE value IS 122 (48.05% from 255) = 30.89%
R=18.99%
G=50.13%
B=30.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal751981220.6200.380.22142.9351.953.53
Hex4BC67A3E026168f3436
Octal11330617276046262176466
Binary100101111000110111101011111001001101011010001111110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,198,122); }

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

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

 a { background-color: rgb(75,198,122); }

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

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

 span { border-color: rgb(75,198,122); }

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