#4BC58C

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

Shades of Emerald #4BC58C

Tints of Emerald #4BC58C

Color information

#4BC58C (or 0x4BC58C) is unknown color: approx Emerald. HEX triplet: 4B, C5 and 8C. RGB value is (75,197,140). Sum of RGB (Red+Green+Blue) = 75+197+140=412 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.20% from 412); Green value is 197 (77.34% from 255 or 47.82% from 412); Blue value is 140 (55.08% from 255 or 33.98% from 412); Max value from RGB is 197 - color contains mainly: green. Hex color #4BC58C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC58C is #B43A73. Grayscale: #9A9A9A. Windows color (decimal): -11811444 or 9225547. OLE color: 9225547.

HSL color Cylindrical-coordinate representation of color #4BC58C: hue angle of 151.97º 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 #4BC58C is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.

Color convert

RGB75197140-
CMYK0.6200.290.23
HSL151.97º51.26%53.33%-
HSV(B)151.97º61.93%77.25%-
XYZ27.643.3231.72-
YUV154.02120.0871.63-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.20%
GREEN value IS 197 (77.34% from 255) = 47.82%
BLUE value IS 140 (55.08% from 255) = 33.98%
R=18.20%
G=47.82%
B=33.98%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal751971400.6200.290.23151.9751.2653.33
Hex4BC58C3E01D17983335
Octal11330521476035272306365
Binary100101111000101100011001111100111011011110011000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,197,140); }

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

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

 a { background-color: rgb(75,197,140); }

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

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

 span { border-color: rgb(75,197,140); }

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