#4BDE86

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

Shades of Emerald #4BDE86

Tints of Emerald #4BDE86

Color information

#4BDE86 (or 0x4BDE86) is unknown color: approx Emerald. HEX triplet: 4B, DE and 86. RGB value is (75,222,134). Sum of RGB (Red+Green+Blue) = 75+222+134=431 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.40% from 431); Green value is 222 (87.11% from 255 or 51.51% from 431); Blue value is 134 (52.73% from 255 or 31.09% from 431); Max value from RGB is 222 - color contains mainly: green. Hex color #4BDE86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BDE86 is #B42179. Grayscale: #A8A8A8. Windows color (decimal): -11805050 or 8838731. OLE color: 8838731.

HSL color Cylindrical-coordinate representation of color #4BDE86: hue angle of 144.08º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4BDE86 is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB75222134-
CMYK0.6600.400.13
HSL144.08º69.01%58.24%-
HSV(B)144.08º66.22%87.06%-
XYZ33.3355.4631.5-
YUV168.02108.861.66-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 17.40%
GREEN value IS 222 (87.11% from 255) = 51.51%
BLUE value IS 134 (52.73% from 255) = 31.09%
R=17.40%
G=51.51%
B=31.09%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal752221340.6600.400.13144.0869.0158.24
Hex4BDE8642028D90453a
Octal1133362061020501522010572
Binary10010111101111010000110100001001010001101100100001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BDE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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