#4BC98B

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

Shades of Emerald #4BC98B

Tints of Emerald #4BC98B

Color information

#4BC98B (or 0x4BC98B) is unknown color: approx Emerald. HEX triplet: 4B, C9 and 8B. RGB value is (75,201,139). Sum of RGB (Red+Green+Blue) = 75+201+139=415 (54% of max value = 765). Red value is 75 (29.69% from 255 or 18.07% from 415); Green value is 201 (78.91% from 255 or 48.43% from 415); Blue value is 139 (54.69% from 255 or 33.49% from 415); Max value from RGB is 201 - color contains mainly: green. Hex color #4BC98B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC98B is #B43674. Grayscale: #9C9C9C. Windows color (decimal): -11810421 or 9161035. OLE color: 9161035.

HSL color Cylindrical-coordinate representation of color #4BC98B: hue angle of 150.48º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BC98B is Cyan = 0.63, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB75201139-
CMYK0.6300.310.21
HSL150.48º53.85%54.12%-
HSV(B)150.48º62.69%78.82%-
XYZ28.4545.1331.64-
YUV156.26118.2670.04-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.07%
GREEN value IS 201 (78.91% from 255) = 48.43%
BLUE value IS 139 (54.69% from 255) = 33.49%
R=18.07%
G=48.43%
B=33.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal752011390.6300.310.21150.4853.8554.12
Hex4BC98B3F01F15963636
Octal11331121377037252266666
Binary100101111001001100010111111110111111010110010110110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,201,139); }

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

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

 a { background-color: rgb(75,201,139); }

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

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

 span { border-color: rgb(75,201,139); }

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