#4BD886

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

Shades of Emerald #4BD886

Tints of Emerald #4BD886

Color information

#4BD886 (or 0x4BD886) is unknown color: approx Emerald. HEX triplet: 4B, D8 and 86. RGB value is (75,216,134). Sum of RGB (Red+Green+Blue) = 75+216+134=425 (56% of max value = 765). Red value is 75 (29.69% from 255 or 17.65% from 425); Green value is 216 (84.77% from 255 or 50.82% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 216 - color contains mainly: green. Hex color #4BD886 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD886 is #B42779. Grayscale: #A4A4A4. Windows color (decimal): -11806586 or 8837195. OLE color: 8837195.

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

Color convert

RGB75216134-
CMYK0.6500.380.15
HSL145.11º64.38%57.06%-
HSV(B)145.11º65.28%84.71%-
XYZ31.7652.3330.98-
YUV164.49110.7964.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.65%
GREEN value IS 216 (84.77% from 255) = 50.82%
BLUE value IS 134 (52.73% from 255) = 31.53%
R=17.65%
G=50.82%
B=31.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal752161340.6500.380.15145.1164.3857.06
Hex4BD88641026F914039
Octal1133302061010461722110071
Binary10010111101100010000110100000101001101111100100011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BD886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,216,134); }

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

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

 a { background-color: rgb(75,216,134); }

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

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

 span { border-color: rgb(75,216,134); }

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