#4BC16D

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

Shades of Emerald #4BC16D

Tints of Emerald #4BC16D

Color information

#4BC16D (or 0x4BC16D) is unknown color: approx Emerald. HEX triplet: 4B, C1 and 6D. RGB value is (75,193,109). Sum of RGB (Red+Green+Blue) = 75+193+109=377 (49% of max value = 765). Red value is 75 (29.69% from 255 or 19.89% from 377); Green value is 193 (75.78% from 255 or 51.19% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 193 - color contains mainly: green. Hex color #4BC16D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4BC16D is #B43E92. Grayscale: #949494. Windows color (decimal): -11812499 or 7192907. OLE color: 7192907.

HSL color Cylindrical-coordinate representation of color #4BC16D: hue angle of 137.29º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4BC16D is Cyan = 0.61, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB75193109-
CMYK0.6100.440.24
HSL137.29º48.76%52.55%-
HSV(B)137.29º61.14%75.69%-
XYZ24.7340.7421.03-
YUV148.14105.9175.83-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.89%
GREEN value IS 193 (75.78% from 255) = 51.19%
BLUE value IS 109 (42.97% from 255) = 28.91%
R=19.89%
G=51.19%
B=28.91%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal751931090.6100.440.24137.2948.7652.55
Hex4BC16D3D02C18893135
Octal11330115575054302116165
Binary100101111000001110110111110101011001100010001001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BC16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,193,109); }

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

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

 a { background-color: rgb(75,193,109); }

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

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

 span { border-color: rgb(75,193,109); }

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