#53F386

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

Shades of Emerald #53F386

Tints of Emerald #53F386

Color information

#53F386 (or 0x53F386) is unknown color: approx Emerald. HEX triplet: 53, F3 and 86. RGB value is (83,243,134). Sum of RGB (Red+Green+Blue) = 83+243+134=460 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.04% from 460); Green value is 243 (95.31% from 255 or 52.83% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 243 - color contains mainly: green. Hex color #53F386 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #53F386 is #AC0C79. Grayscale: #B7B7B7. Windows color (decimal): -11275386 or 8844115. OLE color: 8844115.

HSL color Cylindrical-coordinate representation of color #53F386: hue angle of 139.12º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #53F386 is Cyan = 0.66, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB83243134-
CMYK0.6600.450.05
HSL139.12º86.96%63.92%-
HSV(B)139.12º65.84%95.29%-
XYZ39.9267.6633.51-
YUV182.73100.4956.86-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 18.04%
GREEN value IS 243 (95.31% from 255) = 52.83%
BLUE value IS 134 (52.73% from 255) = 29.13%
R=18.04%
G=52.83%
B=29.13%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal832431340.6600.450.05139.1286.9663.92
Hex53F3864202D58b5740
Octal1233632061020555213127100
Binary10100111111001110000110100001001011011011000101110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53F386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53F386; }

 p { color: rgb(83,243,134); }

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

<style>
 a { background-color: #53F386; }

 a { background-color: rgb(83,243,134); }

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

<style>
 span { border-color: #53F386; }

 span { border-color: rgb(83,243,134); }

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