#4BD76C

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

Shades of Emerald #4BD76C

Tints of Emerald #4BD76C

Color information

#4BD76C (or 0x4BD76C) is unknown color: approx Emerald. HEX triplet: 4B, D7 and 6C. RGB value is (75,215,108). Sum of RGB (Red+Green+Blue) = 75+215+108=398 (52% of max value = 765). Red value is 75 (29.69% from 255 or 18.84% from 398); Green value is 215 (84.38% from 255 or 54.02% from 398); Blue value is 108 (42.58% from 255 or 27.14% from 398); Max value from RGB is 215 - color contains mainly: green. Hex color #4BD76C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BD76C is #B42893. Grayscale: #A1A1A1. Windows color (decimal): -11806868 or 7133003. OLE color: 7133003.

HSL color Cylindrical-coordinate representation of color #4BD76C: hue angle of 134.14º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4BD76C is Cyan = 0.65, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB75215108-
CMYK0.6500.500.16
HSL134.14º63.64%56.86%-
HSV(B)134.14º65.12%84.31%-
XYZ29.9151.1822.49-
YUV160.9498.1266.7-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 18.84%
GREEN value IS 215 (84.38% from 255) = 54.02%
BLUE value IS 108 (42.58% from 255) = 27.14%
R=18.84%
G=54.02%
B=27.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal752151080.6500.500.16134.1463.6456.86
Hex4BD76C4103210864039
Octal1133271541010622020610071
Binary10010111101011111011001000001011001010000100001101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,215,108); }

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

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

 a { background-color: rgb(75,215,108); }

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

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

 span { border-color: rgb(75,215,108); }

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